packages feed

dhall-bash 1.0.33 → 1.0.34

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~dhallPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: dhall

API changes (from Hackage documentation)

Files

dhall-bash.cabal view
@@ -1,5 +1,5 @@ Name: dhall-bash-Version: 1.0.33+Version: 1.0.34 Cabal-Version: >=1.10 Build-Type: Simple Tested-With: GHC == 8.4.3, GHC == 8.6.1@@ -31,7 +31,7 @@         base                      >= 4.11.0.0 && < 5   ,         bytestring                               < 0.11,         containers                               < 0.7 ,-        dhall                     >= 1.34.0   && < 1.36,+        dhall                     >= 1.36.0   && < 1.37,         neat-interpolation                       < 0.6 ,         shell-escape                             < 0.3 ,         text                      >= 0.2      && < 1.3
src/Dhall/Bash.hs view
@@ -309,6 +309,7 @@     go e@(DoubleShow         ) = Left (UnsupportedStatement e)     go e@(Text               ) = Left (UnsupportedStatement e)     go e@(TextAppend       {}) = Left (UnsupportedStatement e)+    go e@(TextReplace      {}) = Left (UnsupportedStatement e)     go e@(TextShow         {}) = Left (UnsupportedStatement e)     go e@(List               ) = Left (UnsupportedStatement e)     go e@(ListAppend       {}) = Left (UnsupportedStatement e)