dhall-nix 1.1.5 → 1.1.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~dhallPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dhall
API changes (from Hackage documentation)
Files
- dhall-nix.cabal +2/−2
dhall-nix.cabal view
@@ -1,5 +1,5 @@ Name: dhall-nix-Version: 1.1.5+Version: 1.1.6 Cabal-Version: >=1.8.0.2 Build-Type: Simple Tested-With: GHC == 8.0.1@@ -30,7 +30,7 @@ base >= 4.8.0.0 && < 5 , containers < 0.6 , data-fix < 0.3 ,- dhall >= 1.15 && < 1.16,+ dhall >= 1.15 && < 1.18, hnix >= 0.5 && < 0.6 , insert-ordered-containers >= 0.1.0.1 && < 0.3 , neat-interpolation < 0.4 ,