haskell-yesod-test: update to version 1.2.3

This commit is contained in:
Peter Simons 2014-06-10 20:34:01 +02:00
parent 5d54c13146
commit ad65fa4c2b

View File

@ -1,18 +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, text, time, transformers, wai , monadControl, network, persistent, text, time, transformers, wai
, waiTest, xmlConduit, xmlTypes, yesodCore, yesodForm , waiExtra, waiTest, xmlConduit, xmlTypes, yesodCore, yesodForm
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod-test"; pname = "yesod-test";
version = "1.2.2"; version = "1.2.3";
sha256 = "1vf5g83mj2a38f34llg6wa63whj13p0vgbzfvi3ic5j7qy5gb8g5"; sha256 = "082zi53q1pw9xv4l6ld1y3xxnvq3iwgbrdnxjknhwsxph7glkn3p";
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 text time transformers wai waiTest xmlConduit xmlTypes persistent text time transformers wai waiExtra waiTest xmlConduit
yesodCore xmlTypes yesodCore
]; ];
testDepends = [ testDepends = [
hspec htmlConduit HUnit text wai xmlConduit yesodCore yesodForm hspec htmlConduit HUnit text wai xmlConduit yesodCore yesodForm