unagi-streams 0.1.3 → 0.2.0
raw patch · 1 files changed
+8/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- unagi-streams.cabal +8/−3
unagi-streams.cabal view
@@ -1,5 +1,5 @@ name: unagi-streams-version: 0.1.3+version: 0.2.0 synopsis: Unagi Chan IO-Streams description: Io-streams chans implemented underneath with unagi-chans. This library is a straight port of@@ -11,16 +11,21 @@ category: IO-Streams, Concurrency build-type: Simple cabal-version: >= 1.10+homepage: https://github.com/LukeHoersten/unagi-streams+bug-reports: https://github.com/LukeHoersten/unagi-streams/issues +source-repository head+ type: git+ location: git://github.com/LukeHoersten/unagi-streams.git+ library exposed-modules: System.IO.Streams.Concurrent.Unagi , System.IO.Streams.Concurrent.Unagi.Bounded build-depends:- base >= 4.7 && < 4.9+ base >= 4.7 && < 4.10 , unagi-chan >= 0.2 && < 0.5 , io-streams >= 1.2 && < 1.4- hs-source-dirs: src default-language: Haskell2010