hslua-marshalling 2.2.0 → 2.2.1
raw patch · 3 files changed
+15/−6 lines, 3 filesdep ~hslua-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hslua-core
API changes (from Hackage documentation)
Files
- CHANGELOG.md +9/−0
- LICENSE +1/−1
- hslua-marshalling.cabal +5/−5
CHANGELOG.md view
@@ -2,6 +2,15 @@ `hslua-marshalling` uses [PVP Versioning][]. +## hslua-marshalling-2.2.1++Released 2022-06-19.++- Require hslua-core-2.2.1.++- Relax upper bound for mtl, allow mtl-2.3.++ ## hslua-marshalling-2.2.0 Released 2022-02-19.
LICENSE view
@@ -1,4 +1,4 @@-Copyright © 1994-2020 Lua.org, PUC-Rio.+Copyright © 1994-2022 Lua.org, PUC-Rio. Copyright © 2007-2012 Gracjan Polak Copyright © 2012-2015 Ömer Sinan Ağacan Copyright © 2016-2022 Albert Krewinkel
hslua-marshalling.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-marshalling-version: 2.2.0+version: 2.2.1 synopsis: Marshalling of values between Haskell and Lua. description: Provides functions to marshal values from Haskell to Lua, and /vice versa/.@@ -26,8 +26,8 @@ , GHC == 8.6.5 , GHC == 8.8.4 , GHC == 8.10.7- , GHC == 9.0.1- , GHC == 9.2.1+ , GHC == 9.0.2+ , GHC == 9.2.3 source-repository head type: git@@ -39,8 +39,8 @@ build-depends: base >= 4.8 && < 5 , bytestring >= 0.10.2 && < 0.12 , containers >= 0.5.9 && < 0.7- , hslua-core >= 2.2 && < 2.3- , mtl >= 2.2 && < 2.3+ , hslua-core >= 2.2.1 && < 2.3+ , mtl >= 2.2 && < 2.4 , text >= 1.2 && < 2.1 ghc-options: -Wall -Wincomplete-record-updates