forked from mirrors/nixpkgs
haskell-yesod-test: update to version 1.4.0.3
This commit is contained in:
parent
1e2eb8b5a5
commit
4f811d04ec
|
@ -3,18 +3,18 @@
|
|||
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
||||
, caseInsensitive, cookie, hspec, htmlConduit, httpTypes, HUnit
|
||||
, monadControl, network, persistent, text, time, transformers, wai
|
||||
, waiExtra, waiTest, xmlConduit, xmlTypes, yesodCore, yesodForm
|
||||
, waiExtra, xmlConduit, xmlTypes, yesodCore, yesodForm
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-test";
|
||||
version = "1.2.6";
|
||||
sha256 = "0509kd0qwwd83fnw2zr156l01h4hi4hd9lfkjx7dp8ky6506515f";
|
||||
version = "1.4.0.3";
|
||||
sha256 = "00rg8q5qwyp7aa409d8ir09vgbvwa9qxkgcjpwqa4lp3ncbpiw9j";
|
||||
buildDepends = [
|
||||
attoparsec blazeBuilder blazeHtml blazeMarkup caseInsensitive
|
||||
cookie hspec htmlConduit httpTypes HUnit monadControl network
|
||||
persistent text time transformers wai waiExtra waiTest xmlConduit
|
||||
xmlTypes yesodCore
|
||||
persistent text time transformers wai waiExtra xmlConduit xmlTypes
|
||||
yesodCore
|
||||
];
|
||||
testDepends = [
|
||||
hspec htmlConduit HUnit text wai xmlConduit yesodCore yesodForm
|
||||
|
|
Loading…
Reference in a new issue