shelly 0.15.3 → 0.15.3.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- shelly.cabal +1/−1
- test/sleep.hs +1/−1
shelly.cabal view
@@ -1,6 +1,6 @@ Name: shelly -Version: 0.15.3+Version: 0.15.3.1 Synopsis: shell-like (systems) programming in Haskell Description: Shelly provides convenient systems programming in Haskell,
test/sleep.hs view
@@ -5,5 +5,5 @@ main = shelly $ do echo "sleeping"- sleep 5+ run "sleep" ["5"] echo "all done"