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