parent
585294f3a3
commit
ad17fe7763
|
@ -3,6 +3,7 @@
|
||||||
## 1.3.3.2 -- June 2020
|
## 1.3.3.2 -- June 2020
|
||||||
|
|
||||||
* Support ghc-8.10
|
* Support ghc-8.10
|
||||||
|
* Drop support for ghc < 8.4
|
||||||
* Fix a somewhat hidden issue in the cabal file
|
* Fix a somewhat hidden issue in the cabal file
|
||||||
* Add support for building / testing via haskell.nix nixpkgs overlay
|
* Add support for building / testing via haskell.nix nixpkgs overlay
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ library
|
||||||
other-modules: UI.Butcher.Monadic.Internal.Types
|
other-modules: UI.Butcher.Monadic.Internal.Types
|
||||||
UI.Butcher.Monadic.Internal.Core
|
UI.Butcher.Monadic.Internal.Core
|
||||||
build-depends:
|
build-depends:
|
||||||
{ base >=4.9 && <4.15
|
{ base >=4.11 && <4.15
|
||||||
, free < 5.2
|
, free < 5.2
|
||||||
, unsafe < 0.1
|
, unsafe < 0.1
|
||||||
, microlens <0.5
|
, microlens <0.5
|
||||||
|
|
Loading…
Reference in New Issue