haskell-scotty: update to version 0.7.2

This commit is contained in:
Peter Simons 2014-04-09 12:12:41 +02:00
parent 18039f52bb
commit 8cd9a5145b
2 changed files with 7 additions and 21 deletions

View File

@ -1,16 +1,15 @@
{ cabal, aeson, blazeBuilder, caseInsensitive, conduit, dataDefault { cabal, aeson, blazeBuilder, caseInsensitive, conduit
, httpTypes, mtl, regexCompat, text, transformers, wai, waiExtra , conduitExtra, dataDefault, httpTypes, mtl, regexCompat, text
, warp, conduitExtra , transformers, wai, waiExtra, warp
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "scotty"; pname = "scotty";
version = "0.7.1"; version = "0.7.2";
sha256 = "07aj74jq0hh86ik4x5p5q65b47q44rrnd6mkp039wj9l6dmyrv3c"; sha256 = "1y14af3qciwycgaxzx6rjan2jgfchjzs4zbxzh8p8s1d0l4gsqlb";
patches = [ ./new-conduit.patch ];
buildDepends = [ buildDepends = [
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes aeson blazeBuilder caseInsensitive conduit conduitExtra dataDefault
mtl regexCompat text transformers wai waiExtra warp conduitExtra httpTypes mtl regexCompat text transformers wai waiExtra warp
]; ];
jailbreak = true; jailbreak = true;
meta = { meta = {

View File

@ -1,13 +0,0 @@
diff -Naur scotty-0.7.1-orig/scotty.cabal scotty-0.7.1/scotty.cabal
--- scotty-0.7.1-orig/scotty.cabal 2014-03-19 17:27:33.000000000 -0400
+++ scotty-0.7.1/scotty.cabal 2014-04-07 10:59:39.933144140 -0400
@@ -82,7 +82,8 @@
transformers >= 0.3.0.0 && < 0.4,
wai >= 2.0.0 && < 2.2,
wai-extra >= 2.0.1 && < 2.2,
- warp >= 2.1.1 && < 2.2
+ warp >= 2.1.1 && < 2.2,
+ conduit-extra
GHC-options: -Wall -fno-warn-orphans