We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242f23c commit 142a40bCopy full SHA for 142a40b
tests/transformers-compat-tests.cabal
@@ -43,14 +43,12 @@ test-suite spec
43
main-is: Spec.hs
44
other-modules: GenericsSpec
45
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
+ build-depends: base >= 4.3 && < 5
+ , hspec >= 2 && < 3
+ , QuickCheck >= 2 && < 3
53
, transformers-compat
+ if !impl(ghc >= 8.6)
+ build-depends: deriving-compat >= 0.4 && < 1
54
build-tool-depends: hspec-discover:hspec-discover >= 2 && < 3
55
hs-source-dirs: .
56
ghc-options: -Wall -threaded -rtsopts
0 commit comments