Skip to content

Commit 04eace2

Browse files
committed
Relax upper bound for hslua
Allow hslua-2.2.0.
1 parent f5d870d commit 04eace2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hslua-module-doclayout.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ source-repository head
3030
library
3131
build-depends: base >= 4.9 && < 5
3232
, doclayout >= 0.2 && < 0.4
33-
, hslua >= 2.1 && < 2.2
33+
, hslua >= 2.1 && < 2.3
3434
, text >= 1.0 && < 1.3
3535
default-language: Haskell2010
3636
hs-source-dirs: src

0 commit comments

Comments
 (0)