http-pony-transformer-startline 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−9 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
http-pony-transformer-startline.cabal view
@@ -1,15 +1,10 @@--- Initial http-pony-transformer-startline.cabal generated by cabal init. --- For further documentation, see http://haskell.org/cabal/users-guide/- name: http-pony-transformer-startline-version: 0.1.0.0+version: 0.1.0.1 synopsis: transform HTTP startlines to tuples--- description: license: BSD3 license-file: LICENSE author: Jinjing Wang maintainer: nfjinjing@gmail.com--- copyright: category: Network build-type: Simple extra-source-files: ChangeLog.md@@ -20,10 +15,8 @@ , Network.HTTP.Pony.Transformer.StartLine.Type , Network.HTTP.Pony.Transformer.StartLine.Parser , Network.HTTP.Pony.Transformer.StartLine.Builder- -- other-modules: - -- other-extensions: FlexibleContexts, OverloadedStrings - build-depends: base >=4.9 && <4.10+ build-depends: base >=4.8 && < 5 , attoparsec >=0.13 , bytestring >=0.10 , http-types >= 0.9.1