haskell-yesod-test: update to version 1.2.1.1
This commit is contained in:
parent
7176a84eb0
commit
a1615dedf6
@ -1,19 +1,18 @@
|
|||||||
{ 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, text, time, transformers, wai
|
||||||
, transformers, wai, waiTest, xmlConduit, xmlTypes, yesodCore
|
, waiTest, xmlConduit, xmlTypes, yesodCore, yesodForm
|
||||||
, yesodForm
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-test";
|
pname = "yesod-test";
|
||||||
version = "1.2.1";
|
version = "1.2.1.1";
|
||||||
sha256 = "1f92q9wjj6npxfsjibw0qlg6pai721mwkjcadh121bwgrancflyr";
|
sha256 = "0rbavw67cfqyav6xakacag0sd0gixbz3sls06px6q6pnpzk9q9d4";
|
||||||
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 text time transformers wai waiTest xmlConduit xmlTypes
|
||||||
xmlConduit xmlTypes yesodCore
|
yesodCore
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
hspec htmlConduit HUnit text xmlConduit yesodCore yesodForm
|
hspec htmlConduit HUnit text xmlConduit yesodCore yesodForm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user