Skip to content

Commit 0e3e190

Browse files
committed
Remove unused transformers{,-compat} dependencies
1 parent a9b7096 commit 0e3e190

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

text-show.cabal

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ library
161161
, template-haskell >= 2.11 && < 2.25
162162
, text >= 1.1 && < 2.2
163163
, th-abstraction >= 0.5 && < 0.8
164-
, transformers >= 0.5 && < 0.7
165-
, transformers-compat >= 0.5 && < 1
166164

167165
-- integer-gmp is only needed on pre-9.0 versions of GHC, as GHC 9.0+ add
168166
-- enough functionality to base to avoid the use of integer-gmp entirely.
@@ -316,7 +314,6 @@ test-suite spec
316314
, template-haskell >= 2.11 && < 2.25
317315
, text >= 1.1 && < 2.2
318316
, text-show
319-
, transformers >= 0.5 && < 0.7
320317
, transformers-compat >= 0.5 && < 1
321318
build-tool-depends: hspec-discover:hspec-discover
322319

0 commit comments

Comments
 (0)