Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit aec724b

Browse files
committed
Relax upper bound for hslua, allow hslua-1.2.*
1 parent 5a9aa75 commit aec724b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hslua-module-system.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ library
3636
, containers >= 0.5 && < 0.7
3737
, directory >= 1.3 && < 1.4
3838
, exceptions >= 0.8 && < 0.11
39-
, hslua >= 1.0.3 && < 1.2
39+
, hslua >= 1.0.3 && < 1.3
4040
, temporary >= 1.2 && < 1.4
4141
default-extensions: LambdaCase
4242
default-language: Haskell2010

0 commit comments

Comments
 (0)