aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBodigrim <andrew.lelechenko@gmail.com>2021-10-12 14:23:19 +0100
committerGitHub <noreply@github.com>2021-10-12 15:23:19 +0200
commitbf9125b9d5a101eff316a059b614af3c3ea2d6b4 (patch)
treeae1fb7cd5011832a21584461db85aa1c1bd89d84
parentf76f3e91d1e62f4df3a2735b8dd2b7ddfacb6e8f (diff)
haddock-library does not depend on bytestring or transformers (#1426)
-rw-r--r--haddock-library/haddock-library.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 74446bf7..93e3fc82 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -40,9 +40,7 @@ common lib-defaults
build-depends:
, base >= 4.5 && < 4.17
- , bytestring ^>= 0.9.2.1 || ^>= 0.10.0.0 || ^>= 0.11.1.0
, containers ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1
- , transformers ^>= 0.3.0.0 || ^>= 0.4.1.0 || ^>= 0.5.0.0
, text ^>= 1.2.3.0
, parsec ^>= 3.1.13.0