parent
4661f8dd48
commit
481d6a1905
|
@ -37,14 +37,14 @@ 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.12
|
{ base >=4.9 && <4.13
|
||||||
, free < 5.2
|
, free < 5.2
|
||||||
, unsafe < 0.1
|
, unsafe < 0.1
|
||||||
, microlens <0.5
|
, microlens <0.5
|
||||||
, microlens-th <0.5
|
, microlens-th <0.5
|
||||||
, multistate >=0.7 && <0.9
|
, multistate >=0.7 && <0.9
|
||||||
, pretty <1.2
|
, pretty <1.2
|
||||||
, containers <0.6
|
, containers <0.7
|
||||||
, transformers <0.6
|
, transformers <0.6
|
||||||
, mtl <2.3
|
, mtl <2.3
|
||||||
, extra <1.7
|
, extra <1.7
|
||||||
|
|
|
@ -27,6 +27,8 @@ checks:
|
||||||
version: "8.2.2"
|
version: "8.2.2"
|
||||||
- compiler: "ghc"
|
- compiler: "ghc"
|
||||||
version: "8.4.3"
|
version: "8.4.3"
|
||||||
|
- compiler: "ghc"
|
||||||
|
version: "8.6.1"
|
||||||
compilers-help: |
|
compilers-help: |
|
||||||
for this to work, cabal will need the paths to the actual
|
for this to work, cabal will need the paths to the actual
|
||||||
compilers to be configured; see the note about the user-global
|
compilers to be configured; see the note about the user-global
|
||||||
|
|
Loading…
Reference in New Issue