packages feed

acme-http 0.2.1 → 0.2.2

raw patch · 1 files changed

+7/−9 lines, 1 filesdep ~bytestringdep ~mtlPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: bytestring, mtl

API changes (from Hackage documentation)

- Acme.Types: colon, space, nl, cr :: Word8
+ Acme.Types: colon :: Word8
+ Acme.Types: cr :: Word8
+ Acme.Types: nl :: Word8
+ Acme.Types: space :: Word8

Files

acme-http.cabal view
@@ -1,5 +1,5 @@ Name:                acme-http-Version:             0.2.1+Version:             0.2.2 Synopsis:            fastest Haskell PONG server in the world Description:         winning the PONG benchmark at all costs License:             BSD3@@ -7,14 +7,14 @@ Author:              Jeremy Shaw Maintainer:          jeremy@n-heptane.com Copyright:           2012 Jeremy Shaw, SeeReason Partners LLC-Homepage:            http://happstack.com+Homepage:            http://www.happstack.com Category:            Web Build-type:          Simple Cabal-version:       >=1.6  source-repository head     type:     darcs-    location: http://patch-tag.com/r/stepcut/acme-http+    location: http://hub.darcs.net/stepcut/acme-http  Library   Exposed-modules:   Acme.Response@@ -23,9 +23,9 @@                      Acme.Types    Build-depends:     base                   < 5,-                     bytestring            == 0.9.*,+                     bytestring            >= 0.9 && < 0.11,                      extensible-exceptions == 0.1.*,-                     mtl                   == 2.0.*,+                     mtl                   >= 2.0 && < 2.2,                      network               >= 2.3 && <2.5,                      pretty                >= 1.0 && <1.2 @@ -33,10 +33,8 @@  Executable pong   Main-Is: Pong.hs-  GHC-Options: -threaded -O2+  GHC-Options: -threaded -O2 -rtsopts  Executable http-echo   Main-Is: Echo.hs-  GHC-Options: -threaded -O2--+  GHC-Options: -threaded -O2 -rtsopts