concurrent-output 1.10.5 → 1.10.6
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~unixPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: unix
API changes (from Hackage documentation)
Files
- CHANGELOG +6/−0
- concurrent-output.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,9 @@+concurrent-output (1.10.6) unstable; urgency=medium++ * Relax unix bound for ghc 8.6.++ -- Joey Hess <id@joeyh.name> Mon, 02 Jul 2018 10:58:59 -0400+ concurrent-output (1.10.5) unstable; urgency=medium * Allow exceptions-0.10.
concurrent-output.cabal view
@@ -1,5 +1,5 @@ Name: concurrent-output-Version: 1.10.5+Version: 1.10.6 Cabal-Version: >= 1.8 License: BSD2 Maintainer: Joey Hess <id@joeyh.name>@@ -51,7 +51,7 @@ Utility.Exception if (! os(Windows))- Build-Depends: unix (>= 2.7.0 && < 2.8.0)+ Build-Depends: unix (>= 2.7.0 && < 2.9.0) source-repository head type: git