hslua-module-text 0.1 → 0.1.1
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- hslua-module-text.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for hslua-module-text +## 0.1.1 -- 2017-11-16++* Lift restriction on base to allow GHC 7.8.++ ## 0.1 -- 2017-11-15 * First version. Released on an unsuspecting world.
hslua-module-text.cabal view
@@ -1,8 +1,8 @@ name: hslua-module-text-version: 0.1+version: 0.1.1 synopsis: Lua module for text description: UTF-8 aware subset of Lua's `string` module.-homepage: https://github.com/hslua/hslua-text-module+homepage: https://github.com/hslua/hslua-module-test license: MIT license-file: LICENSE author: Albert Krewinkel@@ -19,7 +19,7 @@ library exposed-modules: Foreign.Lua.Module.Text- build-depends: base >= 4.8 && < 4.11+ build-depends: base >= 4.7 && < 4.11 , hslua >= 0.9 && < 0.10 , text >= 1 && < 1.3 hs-source-dirs: src