packages feed

network-enumerator 0.1.4 → 0.1.5

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: network

API changes (from Hackage documentation)

Files

network-enumerator.cabal view
@@ -1,5 +1,5 @@ name: network-enumerator-version: 0.1.4+version: 0.1.5 license: MIT license-file: license.txt author: John Millikin <jmillikin@gmail.com>@@ -21,7 +21,7 @@ source-repository this   type: bazaar   location: https://john-millikin.com/branches/network-enumerator/0.1/-  tag: network-enumerator_0.1.4+  tag: network-enumerator_0.1.5  flag network-includes-bytestring @@ -37,7 +37,7 @@    if flag(network-includes-bytestring)     build-depends:-        network >= 2.3 && < 2.4+        network >= 2.3   else     build-depends:         network >= 2.2 && < 2.3