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