packages feed

hslua-aeson 1.0.2 → 1.0.3

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~hsluaPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: hslua

API changes (from Hackage documentation)

- Foreign.Lua.Aeson: instance (GHC.Classes.Eq a, Data.Hashable.Class.Hashable a, Foreign.Lua.Types.Peekable.Peekable a, Foreign.Lua.Types.Peekable.Peekable b) => Foreign.Lua.Types.Peekable.Peekable (Data.HashMap.Base.HashMap a b)
- Foreign.Lua.Aeson: instance (GHC.Classes.Eq a, Data.Hashable.Class.Hashable a, Foreign.Lua.Types.Pushable.Pushable a, Foreign.Lua.Types.Pushable.Pushable b) => Foreign.Lua.Types.Pushable.Pushable (Data.HashMap.Base.HashMap a b)
+ Foreign.Lua.Aeson: instance (GHC.Classes.Eq a, Data.Hashable.Class.Hashable a, Foreign.Lua.Types.Peekable.Peekable a, Foreign.Lua.Types.Peekable.Peekable b) => Foreign.Lua.Types.Peekable.Peekable (Data.HashMap.Internal.HashMap a b)
+ Foreign.Lua.Aeson: instance (GHC.Classes.Eq a, Data.Hashable.Class.Hashable a, Foreign.Lua.Types.Pushable.Pushable a, Foreign.Lua.Types.Pushable.Pushable b) => Foreign.Lua.Types.Pushable.Pushable (Data.HashMap.Internal.HashMap a b)

Files

changelog.md view
@@ -1,5 +1,11 @@ # hslua-aeson +## v1.0.3++Released 2020-08-15.++- Relaxed version constraint for hslua, allowing `hslua-1.2.*`.+ ## v1.0.2  Released 2020-05-28
hslua-aeson.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.2 name:                hslua-aeson-version:             1.0.2+version:             1.0.3 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.@@ -21,7 +21,6 @@                    , GHC == 8.8.3                    , GHC == 8.10.1 - source-repository head   type:     git   location: https://github.com/hslua/hslua-aeson@@ -32,7 +31,7 @@   build-depends:       base                 >= 4.7     && < 5                      , aeson                >= 0.11    && < 1.6                      , hashable             >= 1.2     && < 1.4-                     , hslua                >= 1.0     && < 1.2+                     , hslua                >= 1.0     && < 1.1.1 || >= 1.1.2 && < 1.3                      , scientific           >= 0.3     && < 0.4                      , text                 >= 1.1.1.0 && < 1.3                      , unordered-containers >= 0.2     && < 0.3