Skip to content

Commit 142a40b

Browse files
committed
transformers-compat-tests.cabal: Remove unused dependencies
1 parent 242f23c commit 142a40b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

tests/transformers-compat-tests.cabal

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ 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.6)
51+
build-depends: deriving-compat >= 0.4 && < 1
5452
build-tool-depends: hspec-discover:hspec-discover >= 2 && < 3
5553
hs-source-dirs: .
5654
ghc-options: -Wall -threaded -rtsopts

0 commit comments

Comments
 (0)