haskell-scotty: update to version 0.5.0

This commit is contained in:
Peter Simons 2013-09-21 10:20:16 +02:00
parent 201c175989
commit f95ffe37c1

View file

@ -1,14 +1,15 @@
{ cabal, aeson, blazeBuilder, caseInsensitive, conduit, dataDefault { cabal, aeson, blazeBuilder, caseInsensitive, conduit, dataDefault
, httpTypes, mtl, regexCompat, resourcet, text, wai, waiExtra, warp , httpTypes, mtl, regexCompat, resourcet, text, transformers, wai
, waiExtra, warp
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "scotty"; pname = "scotty";
version = "0.4.6"; version = "0.5.0";
sha256 = "0g83kgqr1p03z7dks6x00id2gz95kkw00wmwp5vyz4zvx1mmmvk8"; sha256 = "177c7nyjwksm2y98j2swgzfn1rmr2h0v4fk6s525kx803iibvfhc";
buildDepends = [ buildDepends = [
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
mtl regexCompat resourcet text wai waiExtra warp mtl regexCompat resourcet text transformers wai waiExtra warp
]; ];
meta = { meta = {
homepage = "https://github.com/ku-fpg/scotty"; homepage = "https://github.com/ku-fpg/scotty";