haskell-yesod-test: update to version 1.4.0.3

This commit is contained in:
Peter Simons 2014-10-13 12:48:59 +02:00
parent 1e2eb8b5a5
commit 4f811d04ec

View File

@ -3,18 +3,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
, waiExtra, waiTest, xmlConduit, xmlTypes, yesodCore, yesodForm , waiExtra, xmlConduit, xmlTypes, yesodCore, yesodForm
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod-test"; pname = "yesod-test";
version = "1.2.6"; version = "1.4.0.3";
sha256 = "0509kd0qwwd83fnw2zr156l01h4hi4hd9lfkjx7dp8ky6506515f"; sha256 = "00rg8q5qwyp7aa409d8ir09vgbvwa9qxkgcjpwqa4lp3ncbpiw9j";
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 waiExtra waiTest xmlConduit persistent text time transformers wai waiExtra xmlConduit xmlTypes
xmlTypes yesodCore yesodCore
]; ];
testDepends = [ testDepends = [
hspec htmlConduit HUnit text wai xmlConduit yesodCore yesodForm hspec htmlConduit HUnit text wai xmlConduit yesodCore yesodForm