ChannelT 0.0.0.2 → 0.0.0.3
raw patch · 1 files changed
+8/−4 lines, 1 filesdep ~mmorphPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mmorph
API changes (from Hackage documentation)
Files
- ChannelT.cabal +8/−4
ChannelT.cabal view
@@ -1,5 +1,5 @@ name: ChannelT-version: 0.0.0.2+version: 0.0.0.3 synopsis: Generalized stream processors description: A mutual generalization of <https://hackage.haskell.org/package/pipes pipes> and <https://hackage.haskell.org/package/machines machines>; a library for exploring a particular corner of the design space of streaming IO (and other related tasks) in Haskell. license: BSD3@@ -7,11 +7,15 @@ author: Alexander Altman maintainer: alexanderaltman@me.com homepage: https://github.com/pthariensflame/ChannelT-copyright: Copyright (c) 2015-2016, Alexander Altman+copyright: Copyright (c) 2015-2017, Alexander Altman category: Control, Enumerator, Iteratee, Pipes, Proxies build-type: Simple-cabal-version: >= 1.22+cabal-version: >= 1.24 +source-repository head+ type: git+ location: https://github.com/pthariensflame/ChannelT+ library default-language: Haskell2010 hs-source-dirs: src@@ -22,4 +26,4 @@ , mtl >= 2.2.1 && < 2.3 , free >= 4.12.4 && < 4.13 , transformers-base >= 0.4.4 && < 0.5- , mmorph >= 1.0.5 && < 1.1+ , mmorph >= 1.0.5 && < 1.2