Skip to content

Commit b82604f

Browse files
Allow text-2
1 parent 0f99547 commit b82604f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lucid-svg.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ library
2222
build-depends: base >= 4.5 && < 5,
2323
blaze-builder >= 0.2 && < 0.5,
2424
transformers >= 0.2 && < 0.6,
25-
text >= 0.11 && < 1.3,
25+
text >= 0.11 && < 1.3 || >= 2 && < 2.1,
2626
lucid >= 2.9.2 && < 3.0
2727
hs-source-dirs: src
2828
default-language: Haskell2010

0 commit comments

Comments
 (0)