shelly 0.15.0 → 0.15.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~system-filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: system-filepath
API changes (from Hackage documentation)
Files
- shelly.cabal +3/−3
shelly.cabal view
@@ -1,6 +1,6 @@ Name: shelly -Version: 0.15.0+Version: 0.15.1 Synopsis: shell-like (systems) programming in Haskell Description: Shelly provides convenient systems programming in Haskell,@@ -40,7 +40,7 @@ , time, directory, text, mtl , process >= 1.0 , unix-compat < 0.5- , system-filepath < 0.5+ , system-filepath >= 0.4.7 && < 0.5 , system-fileio < 0.4 , bytestring , containers@@ -56,7 +56,7 @@ Build-depends: base >= 4 && < 5, containers , time, directory, text, mtl, process , unix-compat < 0.5- , system-filepath < 0.5+ , system-filepath >= 0.4.7 && < 0.5 , system-fileio < 0.4 , bytestring , hspec >= 1.4