Support ghc >= 8.8

This commit is contained in:
Alexandros Peitsinis 2020-08-01 21:04:45 +01:00
parent 29aece1184
commit f92125d854

View File

@ -24,8 +24,8 @@ library
Data.Generic.HKD.Types
-- other-modules:
-- other-extensions:
build-depends: base ^>= 4.12
, barbies ^>= 1.1.0
build-depends: base >= 4.12 && < 5
, barbies ^>= 2.0.0
, generic-lens ^>= 1.1.0
, QuickCheck >= 2.12.6 && < 2.14
, named ^>= 0.3.0.0
@ -33,12 +33,12 @@ library
default-language: Haskell2010
test-suite test
build-depends: base
, barbies ^>= 1.1.0
build-depends: base >= 4.12 && < 5
, barbies ^>= 2.0.0
, doctest ^>= 0.16.0
, higgledy
, hspec >= 2.6.1 && < 2.8
, lens ^>= 4.17
, lens >= 4.17 && < 5
, QuickCheck >= 2.12.6 && < 2.14
main-is: Main.hs
type: exitcode-stdio-1.0
@ -46,9 +46,9 @@ test-suite test
default-language: Haskell2010
test-suite readme
build-depends: base
, barbies ^>= 1.1.0
, lens ^>= 4.17
build-depends: base >= 4.12 && < 5
, barbies ^>= 2.0.0
, lens >= 4.17 && < 5
, higgledy
, named ^>= 0.3.0.0
main-is: README.lhs