Skip to content

Commit 4fae66a

Browse files
committed
Relax upper bound of text, allow text-2.1
1 parent dd4d5e9 commit 4fae66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hslua-module-doclayout.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ common common-options
3333
build-depends: base >= 4.11 && < 5
3434
, doclayout >= 0.2 && < 0.5
3535
, hslua >= 2.3 && < 2.4
36-
, text >= 1.2 && < 2.1
36+
, text >= 1.2 && < 2.2
3737

3838
default-language: Haskell2010
3939
other-extensions: OverloadedStrings

0 commit comments

Comments
 (0)