packages feed

pcap-enumerator 0.3 → 0.4

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

pcap-enumerator.cabal view
@@ -1,5 +1,5 @@ Name:                pcap-enumerator-Version:             0.3+Version:             0.4 Synopsis:            Convert a pcap into an enumerator. Description:         pcap enumerator package Homepage:            http://github.com/cutsea110/pcap-enumerator@@ -22,5 +22,5 @@                      , transformers >= 0.2                      , pcap >= 0.4 && < 0.5                      , enumerator >= 0.4.10 && < 0.5-                     , bytestring >= 0.9 && < 0.10+                     , bytestring >= 0.10 && < 0.11