packages feed

dhall-json 1.7.6 → 1.7.7

raw patch · 3 files changed

+8/−4 lines, 3 filesdep ~dhallPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: dhall

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+1.7.7++* Build against `dhall-1.39.0`+ 1.7.6  * [Fix `hashable`-related test failures](https://github.com/dhall-lang/dhall-haskell/pull/2152)
dhall-json.cabal view
@@ -1,5 +1,5 @@ Name: dhall-json-Version: 1.7.6+Version: 1.7.7 Cabal-Version: >=1.10 Build-Type: Simple Tested-With: GHC == 8.4.3, GHC == 8.6.1@@ -44,7 +44,7 @@         aeson-yaml                >= 1.1.0     && < 1.2 ,         bytestring                                < 0.12,         containers                >= 0.5.9     && < 0.7 ,-        dhall                     >= 1.38.0    && < 1.39,+        dhall                     >= 1.39.0    && < 1.40,         exceptions                >= 0.8.3     && < 0.11,         filepath                                  < 1.5 ,         lens-family-core          >= 1.0.0     && < 2.2 ,
src/Dhall/JSON.hs view
@@ -1040,8 +1040,8 @@           where             a' = loop a -        Core.Equivalent a b ->-            Core.Equivalent a' b'+        Core.Equivalent cs a b ->+            Core.Equivalent cs a' b'           where             a' = loop a             b' = loop b