Drop support for ghc<8.4

pull/8/head 1.3.3.2
Lennart Spitzner 2020-06-10 21:42:03 +02:00
parent 585294f3a3
commit ad17fe7763
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## 1.3.3.2 -- June 2020
* Support ghc-8.10
* Drop support for ghc < 8.4
* Fix a somewhat hidden issue in the cabal file
* Add support for building / testing via haskell.nix nixpkgs overlay

View File

@ -37,7 +37,7 @@ library
other-modules: UI.Butcher.Monadic.Internal.Types
UI.Butcher.Monadic.Internal.Core
build-depends:
{ base >=4.9 && <4.15
{ base >=4.11 && <4.15
, free < 5.2
, unsafe < 0.1
, microlens <0.5