haskell-hspec-wai: update to version 0.5.1

This commit is contained in:
Peter Simons 2014-10-13 12:45:55 +02:00
parent 23630f9ed2
commit af5232bf7c

View File

@ -1,20 +1,18 @@
# 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, aesonQq, caseInsensitive, hspec2, httpTypes { cabal, caseInsensitive, hspec2, httpTypes, text, transformers
, markdownUnlit, scotty, text, transformers, wai, waiExtra , wai, waiExtra
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec-wai"; pname = "hspec-wai";
version = "0.4.1"; version = "0.5.1";
sha256 = "1005qhzi561zc5kbdc55d3wjngdcal47him19fn5gk4389jdbln7"; sha256 = "0l2fgcxq9ca593kvi5a3g68m49wkdjrziczbk06hlb40x8vg0qw9";
buildDepends = [ buildDepends = [
aeson aesonQq caseInsensitive hspec2 httpTypes text transformers caseInsensitive hspec2 httpTypes text transformers wai waiExtra
wai waiExtra
]; ];
testDepends = [ testDepends = [
aeson caseInsensitive hspec2 httpTypes markdownUnlit scotty text caseInsensitive hspec2 httpTypes text transformers wai waiExtra
transformers wai waiExtra
]; ];
meta = { meta = {
description = "Experimental Hspec support for testing WAI applications (depends on hspec2!)"; description = "Experimental Hspec support for testing WAI applications (depends on hspec2!)";