attoparsec-conduit 0.2.0 → 0.2.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- attoparsec-conduit.cabal +2/−2
attoparsec-conduit.cabal view
@@ -1,5 +1,5 @@ Name: attoparsec-conduit-Version: 0.2.0+Version: 0.2.0.1 Synopsis: Turn attoparsec parsers into sinks. Description: Turn attoparsec parsers into sinks. License: BSD3@@ -19,7 +19,7 @@ , bytestring >= 0.9 , attoparsec >= 0.10 , text >= 0.11- , conduit >= 0.2+ , conduit >= 0.2 && < 0.3 ghc-options: -Wall test-suite test