aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorˌbodʲɪˈɡrʲim <andrew.lelechenko@gmail.com>2022-03-04 16:29:36 +0000
committerGitHub <noreply@github.com>2022-03-04 17:29:36 +0100
commite47d86f1f6124bb01f496ec35e1dae965218e884 (patch)
treeee4cc1d4ec9b439e0c7de6353e7c2d4222154391
parente1e75e503291d194cdbe47cb161c9e754738b9e0 (diff)
Allow text-2.0 in haddock-library (#1459)
-rw-r--r--haddock-library/haddock-library.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 688a48c1..a4a04309 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -41,7 +41,7 @@ common lib-defaults
build-depends:
, base >= 4.5 && < 4.17
, containers ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1
- , text ^>= 1.2.3.0
+ , text ^>= 1.2.3.0 || ^>= 2.0
, parsec ^>= 3.1.13.0
ghc-options: -funbox-strict-fields -Wall