concurrent-output 1.7.7 → 1.7.8
raw patch · 3 files changed
+9/−3 lines, 3 filesdep ~directoryPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: directory
API changes (from Hackage documentation)
- System.Console.Regions: withConsoleRegion :: (LiftRegion m, MonadIO m, MonadMask m) => RegionLayout -> (ConsoleRegion -> m a) -> m a
+ System.Console.Regions: withConsoleRegion :: (MonadIO m, MonadMask m) => RegionLayout -> (ConsoleRegion -> m a) -> m a
Files
- CHANGELOG +6/−0
- System/Console/Regions.hs +1/−1
- concurrent-output.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,9 @@+concurrent-output (1.7.8) unstable; urgency=medium++ * Update directory dep to allow 1.3.++ -- Joey Hess <id@joeyh.name> Tue, 20 Dec 2016 15:17:55 -0400+ concurrent-output (1.7.7) unstable; urgency=medium * Fix build on Windows.
System/Console/Regions.hs view
@@ -287,7 +287,7 @@ -- | Runs the action with a new console region, closing the region when -- the action finishes or on exception.-withConsoleRegion :: (LiftRegion m, MonadIO m, MonadMask m) => RegionLayout -> (ConsoleRegion -> m a) -> m a+withConsoleRegion :: (MonadIO m, MonadMask m) => RegionLayout -> (ConsoleRegion -> m a) -> m a withConsoleRegion ly = bracketIO (openConsoleRegion ly) (closeConsoleRegion) -- | Opens a new console region.
concurrent-output.cabal view
@@ -1,5 +1,5 @@ Name: concurrent-output-Version: 1.7.7+Version: 1.7.8 Cabal-Version: >= 1.8 License: BSD2 Maintainer: Joey Hess <id@joeyh.name>@@ -35,7 +35,7 @@ , async (>= 2.0 && < 2.2) , stm (>= 2.0 && < 2.5) , process (>= 1.1.0 && < 1.5.0)- , directory (>= 1.2.0 && < 1.3.0)+ , directory (>= 1.2.0 && < 1.4.0) , transformers (>= 0.3.0 && < 0.6.0) , exceptions (>= 0.6.0 && < 0.9.0) , ansi-terminal (>= 0.6.0 && < 0.7.0)