Skip to content

Commit e706629

Browse files
committed
Update to hslua-2.0
1 parent 05acf66 commit e706629

File tree

4 files changed

+197
-201
lines changed

4 files changed

+197
-201
lines changed

hslua-module-doclayout.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ source-repository head
2929
library
3030
build-depends: base >= 4.9 && < 5
3131
, doclayout >= 0.2 && < 0.4
32-
, hslua >= 1.2 && < 1.4
32+
, hslua >= 2.0 && < 2.1
3333
, text >= 1.0 && < 1.3
3434
default-language: Haskell2010
3535
hs-source-dirs: src
@@ -56,7 +56,7 @@ test-suite hslua-module-doclayout-test
5656
, hslua-module-doclayout
5757
, tasty
5858
, tasty-hunit
59-
, tasty-lua >= 0.2 && < 0.3
59+
, tasty-lua >= 1.0 && < 1.1
6060
type: exitcode-stdio-1.0
6161
hs-source-dirs: test
6262
main-is: test-hslua-module-doclayout.hs

0 commit comments

Comments
 (0)