dhall-yaml 1.2.3 → 1.2.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~dhalldep ~tastyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dhall, tasty
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- dhall-yaml.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+1.2.4++* Build against `dhall-1.37.0`+ 1.2.3 * [Fix command-line completions for files](https://github.com/dhall-lang/dhall-haskell/pull/2034)
dhall-yaml.cabal view
@@ -1,5 +1,5 @@ Name: dhall-yaml-Version: 1.2.3+Version: 1.2.4 Cabal-Version: >=1.10 Build-Type: Simple Tested-With: GHC == 8.4.3, GHC == 8.6.1@@ -37,7 +37,7 @@ base >= 4.11.0.0 && < 5 , aeson >= 1.0.0.0 && < 1.6 , bytestring < 0.11,- dhall >= 1.31.0 && < 1.37,+ dhall >= 1.31.0 && < 1.38, dhall-json >= 1.6.0 && < 1.8 , optparse-applicative >= 0.14.0.0 && < 0.17, text >= 0.11.1.0 && < 1.3 ,