We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b7096 commit 0e3e190Copy full SHA for 0e3e190
text-show.cabal
@@ -161,8 +161,6 @@ library
161
, template-haskell >= 2.11 && < 2.25
162
, text >= 1.1 && < 2.2
163
, th-abstraction >= 0.5 && < 0.8
164
- , transformers >= 0.5 && < 0.7
165
- , transformers-compat >= 0.5 && < 1
166
167
-- integer-gmp is only needed on pre-9.0 versions of GHC, as GHC 9.0+ add
168
-- enough functionality to base to avoid the use of integer-gmp entirely.
@@ -316,7 +314,6 @@ test-suite spec
316
314
317
315
318
, text-show
319
320
, transformers-compat >= 0.5 && < 1
321
build-tool-depends: hspec-discover:hspec-discover
322
0 commit comments