enumerator-fd 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+10/−12 lines, 1 filesdep +mtldep −extensible-exceptionsdep −monads-fddep ~basePVP ok
version bump matches the API change (PVP)
Dependencies added: mtl
Dependencies removed: extensible-exceptions, monads-fd
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- enumerator-fd.cabal +10/−12
enumerator-fd.cabal view
@@ -1,5 +1,5 @@ name: enumerator-fd-version: 0.1.0.1+version: 0.1.0.2 synopsis: Enumerator instances for monads-fd classes license: MIT license-file: license.txt@@ -10,28 +10,26 @@ cabal-version: >=1.6 category: Enumerator stability: experimental-homepage: http://john-millikin.com/software/enumerator/+homepage: https://john-millikin.com/software/enumerator/ bug-reports: mailto:jmillikin@gmail.com tested-with: GHC==6.12.1 source-repository head type: bazaar- location: http://john-millikin.com/software/enumerator/+ location: https://john-millikin.com/branches/enumerator-fd/0.1/ +source-repository this+ type: bazaar+ location: https://john-millikin.com/branches/enumerator-fd/0.1/+ tag: enumerator-fd_0.1.0.2+ library ghc-options: -Wall -fno-warn-orphans build-depends:- monads-fd >= 0.1 && < 0.3+ base >= 4 && < 5+ , mtl >= 2.0 && < 3.0 , enumerator >= 0.4 && < 0.5-- if impl(ghc >= 6.10)- build-depends:- base >= 4 && < 5- else- build-depends:- base >= 3 && < 4- , extensible-exceptions >= 0.1 && < 0.2 exposed-modules: Data.Enumerator.Instances.FD