hslua-packaging 2.1.0 → 2.2.0
raw patch · 2 files changed
+12/−5 lines, 2 filesdep ~hslua-coredep ~hslua-marshallingdep ~hslua-objectorientationPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hslua-core, hslua-marshalling, hslua-objectorientation
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−1
- hslua-packaging.cabal +4/−4
CHANGELOG.md view
@@ -2,9 +2,16 @@ `hslua-packaging` uses [PVP Versioning][]. +## hslua-packaging-2.2.0++Released 2022-02-19.++- Require versions 2.2 for hslua-core, hslua-marshalling,+ hslua-objectorientation.+ ## hslua-packaging-2.1.0 -Released 29-01-2022.+Released 2022-01-29. - Added function `documentation`: The documented function `documentation` is added and exported from module
hslua-packaging.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-packaging-version: 2.1.0+version: 2.2.0 synopsis: Utilities to build Lua modules. description: Utilities to package up Haskell functions and values into a Lua module.@@ -35,9 +35,9 @@ common common-options default-language: Haskell2010 build-depends: base >= 4.8 && < 5- , hslua-core >= 2.1 && < 2.2- , hslua-marshalling >= 2.1 && < 2.2- , hslua-objectorientation >= 2.1 && < 2.2+ , hslua-core >= 2.2 && < 2.3+ , hslua-marshalling >= 2.2 && < 2.3+ , hslua-objectorientation >= 2.2 && < 2.3 , mtl >= 2.2 && < 2.3 , text >= 1.2 && < 2.1 ghc-options: -Wall