haskell-yesod-test: update to version 1.2.0
This commit is contained in:
parent
b39fb32d6e
commit
f60f7b0ac8
@ -1,20 +1,23 @@
|
|||||||
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
||||||
, caseInsensitive, cookie, hspec, htmlConduit, httpTypes, HUnit
|
, caseInsensitive, cookie, hspec, htmlConduit, httpTypes, HUnit
|
||||||
, monadControl, network, persistent, poolConduit, text, time
|
, monadControl, network, persistent, poolConduit, text, time
|
||||||
, transformers, wai, waiTest, xmlConduit, xmlTypes
|
, transformers, wai, waiTest, xmlConduit, xmlTypes, yesodCore
|
||||||
|
, yesodForm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-test";
|
pname = "yesod-test";
|
||||||
version = "0.3.5";
|
version = "1.2.0";
|
||||||
sha256 = "095hwl1dm4mk467la68x3lilj0c056603kl0nn8ra4glcr86273j";
|
sha256 = "184hfhp62jq2icyn1l6s8kvdcsa6099vmykg2nxrafg9f83lb53q";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder blazeHtml blazeMarkup caseInsensitive
|
attoparsec blazeBuilder blazeHtml blazeMarkup caseInsensitive
|
||||||
cookie hspec htmlConduit httpTypes HUnit monadControl network
|
cookie hspec htmlConduit httpTypes HUnit monadControl network
|
||||||
persistent poolConduit text time transformers wai waiTest
|
persistent poolConduit text time transformers wai waiTest
|
||||||
xmlConduit xmlTypes
|
xmlConduit xmlTypes yesodCore
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
hspec htmlConduit HUnit text xmlConduit yesodCore yesodForm
|
||||||
];
|
];
|
||||||
testDepends = [ hspec htmlConduit HUnit xmlConduit ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com";
|
homepage = "http://www.yesodweb.com";
|
||||||
description = "integration testing for WAI/Yesod Applications";
|
description = "integration testing for WAI/Yesod Applications";
|
||||||
|
Loading…
Reference in New Issue
Block a user