damnpacket 0.1.1 → 0.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- damnpacket.cabal +2/−2
damnpacket.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: damnpacket-version: 0.1.1+version: 0.1.2 synopsis: Parsing dAmn packets license: MIT license-file: LICENSE@@ -18,7 +18,7 @@ other-modules: Text.Damn.Packet.Internal Text.Damn.Packet.Parser build-depends: base >= 4.4 && < 4.8- , attoparsec >= 0.10+ , attoparsec >= 0.10.4 , containers >= 0.4 , deepseq >= 1.3 , text >= 0.11