shelly 1.6.8.6 → 1.6.8.7
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~unix-compatPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: unix-compat
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- shelly.cabal +3/−3
ChangeLog.md view
@@ -1,3 +1,7 @@+# 1.6.8.7++* Relax unix-compat constraints+ # 1.6.8.6 * Fix Build issue [#156](https://github.com/yesodweb/Shelly.hs/issues/156)
shelly.cabal view
@@ -1,6 +1,6 @@ Name: shelly -Version: 1.6.8.6+Version: 1.6.8.7 Synopsis: shell-like (systems) programming in Haskell Description: Shelly provides convenient systems programming in Haskell,@@ -52,7 +52,7 @@ directory >= 1.1.0.0 && < 1.4.0.0, mtl >= 2, process >= 1.0,- unix-compat < 0.5,+ unix-compat < 0.6, system-filepath >= 0.4.7 && < 0.5, system-fileio < 0.4, monad-control >= 0.3.2 && < 1.1,@@ -125,7 +125,7 @@ containers >= 0.5.0.0, directory >= 1.1.0.0 && < 1.4.0.0, process >= 1.1.0,- unix-compat < 0.5,+ unix-compat < 0.6, system-filepath >= 0.4.7 && < 0.5, system-fileio < 0.4, time >= 1.3 && < 1.9,