From 206a9bfae1294051fe5f37131e4dfdc7add00b61 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Yuji Date: Sat, 16 May 2020 17:55:19 +0900 Subject: [PATCH] Build with GHC 8.10 I confirmed the tests pass --- butcher.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/butcher.cabal b/butcher.cabal index fbe6b42..f2754c0 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -37,7 +37,7 @@ library other-modules: UI.Butcher.Monadic.Internal.Types UI.Butcher.Monadic.Internal.Core build-depends: - { base >=4.9 && <4.14 + { base >=4.9 && <4.15 , free < 5.2 , unsafe < 0.1 , microlens <0.5