haskell-scotty: update to version 0.9.0

This commit is contained in:
Peter Simons 2014-08-31 13:24:18 +02:00
parent e81977172a
commit 903e273afb
1 changed files with 6 additions and 6 deletions

View File

@ -1,20 +1,20 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, blazeBuilder, caseInsensitive, conduit, dataDefault { cabal, aeson, blazeBuilder, caseInsensitive, dataDefault, hspec2
, hspec, httpTypes, liftedBase, monadControl, mtl, regexCompat , hspecWai, httpTypes, liftedBase, monadControl, mtl, regexCompat
, text, transformers, transformersBase, wai, waiExtra, warp , text, transformers, transformersBase, wai, waiExtra, warp
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "scotty"; pname = "scotty";
version = "0.8.2"; version = "0.9.0";
sha256 = "07vjdj26380inlyi350mdifm7v1dpbc56041vi2czf5zzhx97qb0"; sha256 = "0gx00k5w4cs68bh3ciplkwhzh2412y6wqg0qdsslnnsb41l5kb1d";
buildDepends = [ buildDepends = [
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes aeson blazeBuilder caseInsensitive dataDefault httpTypes
monadControl mtl regexCompat text transformers transformersBase wai monadControl mtl regexCompat text transformers transformersBase wai
waiExtra warp waiExtra warp
]; ];
testDepends = [ hspec httpTypes liftedBase wai waiExtra ]; testDepends = [ hspec2 hspecWai httpTypes liftedBase text wai ];
jailbreak = true; jailbreak = true;
meta = { meta = {
homepage = "https://github.com/scotty-web/scotty"; homepage = "https://github.com/scotty-web/scotty";