packages feed

scotty 0.7.1 → 0.7.2

raw patch · 2 files changed

+8/−3 lines, 2 filesdep +conduit-extradep ~conduit

Dependencies added: conduit-extra

Dependency ranges changed: conduit

Files

changelog.md view
@@ -1,3 +1,7 @@+## 0.7.2++* Bump lower bound on conduit, add conduit-extra to cabal build depends.+ ## 0.7.1  * Default warp settings now use `setFdCacheDuration 0` to work around a warp
scotty.cabal view
@@ -1,5 +1,5 @@ Name:                scotty-Version:             0.7.1+Version:             0.7.2 Synopsis:            Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp Homepage:            https://github.com/scotty-web/scotty Bug-reports:         https://github.com/scotty-web/scotty/issues@@ -7,7 +7,7 @@ License-file:        LICENSE Author:              Andrew Farmer <afarmer@ittc.ku.edu> Maintainer:          Andrew Farmer <afarmer@ittc.ku.edu>-Copyright:           (c) 2012-2013 Andrew Farmer+Copyright:           (c) 2012-2014 Andrew Farmer Category:            Web Stability:           experimental Build-type:          Simple@@ -73,7 +73,8 @@                        blaze-builder    >= 0.3.3.0  && < 0.4,                        bytestring       >= 0.10.0.2 && < 0.11,                        case-insensitive >= 1.0.0.1  && < 1.2,-                       conduit          >= 1.0.9.3  && < 1.1,+                       conduit          >= 1.1      && < 1.2,+                       conduit-extra    >= 1.1      && < 1.2,                        data-default     >= 0.5.3    && < 0.6,                        http-types       >= 0.8.2    && < 0.9,                        mtl              >= 2.1.2    && < 2.2,