packages feed

dhall-bash 1.0.5 → 1.0.6

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~basedep ~bytestringdep ~dhallPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, dhall, text

API changes (from Hackage documentation)

Files

dhall-bash.cabal view
@@ -1,5 +1,5 @@ Name: dhall-bash-Version: 1.0.5+Version: 1.0.6 Cabal-Version: >=1.8.0.2 Build-Type: Simple Tested-With: GHC == 7.10.2, GHC == 8.0.1@@ -31,7 +31,7 @@         base               >= 4.8.0.0 && < 5   ,         bytestring                       < 0.11,         containers                       < 0.6 ,-        dhall              >= 1.0.1   && < 1.8 ,+        dhall              >= 1.0.1   && < 1.9 ,         neat-interpolation               < 0.4 ,         shell-escape                     < 0.3 ,         text-format                      < 0.4 ,@@ -44,11 +44,11 @@     Hs-Source-Dirs: exec     Main-Is: Main.hs     Build-Depends:-        base             >= 4.8.0.0  && < 5   ,-        bytestring                      < 0.11,-        dhall            >= 1.0.1    && < 1.8 ,+        base                                  ,+        bytestring                            ,+        dhall                                 ,         dhall-bash                            ,         optparse-generic >= 1.1.1    && < 1.3 ,         trifecta         >= 1.6      && < 1.8 ,-        text             >= 0.11.1.0 && < 1.3+        text     GHC-Options: -Wall