packages feed

hslua-module-text 0.3.0 → 0.3.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~bytestringdep ~hsluaPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, hslua

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for hslua-module-text +## 0.3.0.1 -- 2020-10-16++- Relaxed upper bound for hslua, allow `hslua-1.3.*`.+ ## 0.3.0 -- 2020-08-15  - Use self-documenting module. This allows to include
hslua-module-text.cabal view
@@ -1,5 +1,5 @@ name:                hslua-module-text-version:             0.3.0+version:             0.3.0.1 synopsis:            Lua module for text description:         UTF-8 aware subset of Lua's `string` module. homepage:            https://github.com/hslua/hslua-module-text@@ -28,7 +28,7 @@   exposed-modules:     Foreign.Lua.Module.Text   build-depends:       base       >= 4.8    && < 5                      , bytestring >= 0.10.2 && < 0.11-                     , hslua      >= 1.2    && < 1.3+                     , hslua      >= 1.2    && < 1.4                      , text       >= 1      && < 1.3   hs-source-dirs:      src   default-language:    Haskell2010