haskell-scotty: update to version 0.8.1

This commit is contained in:
Peter Simons 2014-06-20 15:06:05 +02:00
parent 3662aab37a
commit aa59970042

View File

@ -1,17 +1,18 @@
{ cabal, aeson, blazeBuilder, caseInsensitive, conduit, dataDefault { cabal, aeson, blazeBuilder, caseInsensitive, conduit, dataDefault
, hspec, httpTypes, mtl, regexCompat, text, transformers, wai , hspec, httpTypes, liftedBase, monadControl, mtl, regexCompat
, waiExtra, warp , text, transformers, transformersBase, wai, waiExtra, warp
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "scotty"; pname = "scotty";
version = "0.8.0"; version = "0.8.1";
sha256 = "07198m8rsavdqr51abxsrmi8jail6h4ldzrr9s47il1djjba6lhh"; sha256 = "182iwsz5h7p08sqwfzb332gwj1wjx7fhhazm6gfdc0incab769m0";
buildDepends = [ buildDepends = [
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
mtl regexCompat text transformers wai waiExtra warp monadControl mtl regexCompat text transformers transformersBase wai
waiExtra warp
]; ];
testDepends = [ hspec httpTypes wai waiExtra ]; testDepends = [ hspec httpTypes liftedBase wai waiExtra ];
jailbreak = true; jailbreak = true;
meta = { meta = {
homepage = "https://github.com/scotty-web/scotty"; homepage = "https://github.com/scotty-web/scotty";