hslua-module-doclayout 0.2.0 → 0.2.0.1
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~hsluaPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hslua
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- hslua-module-doclayout.cabal +2/−2
CHANGELOG.md view
@@ -3,6 +3,12 @@ `hslua-module-doclayout` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.2.0.1++Released 2020-10-28.++* Relax upper bounds for hslua, allowing hslua-1.3.*+ ## 0.2.0 * Full test coverage of all provided Lua functions.
hslua-module-doclayout.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: hslua-module-doclayout-version: 0.2.0+version: 0.2.0.1 synopsis: Lua module wrapping Text.DocLayout. description: Lua module wrapping @Text.DocLayout@. homepage: https://github.com/hslua/hslua-module-doclayout@@ -29,7 +29,7 @@ library build-depends: base >= 4.9 && < 5 , doclayout >= 0.2 && < 0.4- , hslua >= 1.2 && < 1.3+ , hslua >= 1.2 && < 1.4 , text >= 1.0 && < 1.3 default-language: Haskell2010 hs-source-dirs: src