packages feed

network-enumerator 0.1.2 → 0.1.3

raw patch · 1 files changed

+15/−10 lines, 1 filesdep ~basedep ~transformers

Dependency ranges changed: base, transformers

Files

network-enumerator.cabal view
@@ -1,31 +1,36 @@ name: network-enumerator-version: 0.1.2-synopsis: Enumerators for network sockets+version: 0.1.3 license: MIT license-file: license.txt author: John Millikin <jmillikin@gmail.com> maintainer: jmillikin@gmail.com-copyright: Copyright (c) John Millikin 2010 build-type: Simple-cabal-version: >=1.6+cabal-version: >= 1.6 category: Data, Enumerator stability: experimental-homepage: http://john-millikin.com/software/network-enumerator/+homepage: https://john-millikin.com/software/network-enumerator/ bug-reports: mailto:jmillikin@gmail.com-tested-with: GHC==6.12.1 +synopsis: Enumerators for network sockets+description:+ source-repository head   type: bazaar-  location: http://john-millikin.com/software/network-enumerator/+  location: https://john-millikin.com/branches/network-enumerator/0.1/ +source-repository this+  type: bazaar+  location: https://john-millikin.com/branches/network-enumerator/0.1/+  tag: network-enumerator_0.1.3+ flag network-includes-bytestring  library-  ghc-options: -Wall+  ghc-options: -Wall -O2    build-depends:-      base >= 4 && < 5-    , transformers >= 0.2 && < 0.3+      base >= 4.0 && < 5.0+    , transformers >= 0.2     , bytestring >= 0.9 && < 0.10     , enumerator >= 0.4 && < 0.5