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

Commit d6eb3ff

Browse files
committed
Allow hslua 1.1.*
1 parent 4313c6a commit d6eb3ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hslua-module-text.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hslua-module-text
2-
version: 0.2.0
2+
version: 0.2.0.1
33
synopsis: Lua module for text
44
description: UTF-8 aware subset of Lua's `string` module.
55
homepage: https://github.com/hslua/hslua-module-text
@@ -22,7 +22,7 @@ library
2222
exposed-modules: Foreign.Lua.Module.Text
2323
build-depends: base >= 4.7 && < 5
2424
, bytestring >= 0.10.2 && < 0.11
25-
, hslua >= 1.0 && < 1.1
25+
, hslua >= 1.0 && < 1.2
2626
, text >= 1 && < 1.3
2727
hs-source-dirs: src
2828
default-language: Haskell2010

0 commit comments

Comments
 (0)