haskell-scotty: update to version 0.6.1

This commit is contained in:
Peter Simons 2013-12-14 11:30:18 +01:00
parent 4271c59830
commit afe7150665

View File

@ -1,15 +1,15 @@
{ cabal, aeson, blazeBuilder, caseInsensitive, conduit, dataDefault { cabal, aeson, blazeBuilder, caseInsensitive, conduit, dataDefault
, httpTypes, mtl, regexCompat, resourcet, text, transformers, wai , httpTypes, mtl, regexCompat, text, transformers, wai, waiExtra
, waiExtra, warp , warp
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "scotty"; pname = "scotty";
version = "0.6.0"; version = "0.6.1";
sha256 = "0h5m84kp3p2bc5q9vi9b8ky7k14d7hhhqgbl1mxrqkpw3m5z95xy"; sha256 = "1fcrd1fxlmgkm9d6xfyb76pmn68pgk0a367lpmyh77kp0zr3f7ib";
buildDepends = [ buildDepends = [
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
mtl regexCompat resourcet text transformers wai waiExtra warp mtl regexCompat text transformers wai waiExtra warp
]; ];
meta = { meta = {
homepage = "https://github.com/scotty-web/scotty"; homepage = "https://github.com/scotty-web/scotty";