hslua-aeson 1.0.3 → 1.0.3.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-aeson.cabal +2/−2
changelog.md view
@@ -1,5 +1,11 @@ # hslua-aeson +## v1.0.3.1++Released 2020-10-16.++- Allow hslua-1.3.*.+ ## v1.0.3 Released 2020-08-15.
hslua-aeson.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-aeson-version: 1.0.3+version: 1.0.3.1 synopsis: Allow aeson data types to be used with lua. description: This package provides instances to push and receive any datatype encodable as JSON to and from the Lua stack.@@ -31,7 +31,7 @@ build-depends: base >= 4.7 && < 5 , aeson >= 0.11 && < 1.6 , hashable >= 1.2 && < 1.4- , hslua >= 1.0 && < 1.1.1 || >= 1.1.2 && < 1.3+ , hslua >= 1.0 && < 1.1.1 || >= 1.1.2 && < 1.4 , scientific >= 0.3 && < 0.4 , text >= 1.1.1.0 && < 1.3 , unordered-containers >= 0.2 && < 0.3