File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ test-suite spec
4343 main-is : Spec.hs
4444 other-modules : GenericsSpec
4545 GenericsTypes
46- build-depends : base >= 4.3 && < 5
47- , deriving-compat >= 0.4 && < 1
48- , generic-deriving >= 1.10 && < 2
49- , hspec >= 2 && < 3
50- , QuickCheck >= 2 && < 3
51- , tagged >= 0.7 && < 1
52- , transformers >= 0.2 && < 0.7
46+ build-depends : base >= 4.3 && < 5
47+ , hspec >= 2 && < 3
48+ , QuickCheck >= 2 && < 3
5349 , transformers-compat
50+ if !impl(ghc >= 8.4 )
51+ build-depends : generic-deriving >= 1.10 && < 2
52+ if !impl(ghc >= 8.6 )
53+ build-depends : deriving-compat >= 0.4 && < 1
5454 build-tool-depends : hspec-discover :hspec-discover >= 2 && < 3
5555 hs-source-dirs : .
5656 ghc-options : -Wall -threaded -rtsopts
You can’t perform that action at this time.
0 commit comments