haskell-yesod-test: update to version 1.4.2
This commit is contained in:
parent
9e73c0ac09
commit
9626601f8a
@ -1,18 +1,19 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
||||||
, caseInsensitive, cookie, hspec, htmlConduit, httpTypes, HUnit
|
, caseInsensitive, cookie, hspec, hspecCore, htmlConduit, httpTypes
|
||||||
, monadControl, network, persistent, text, time, transformers, wai
|
, HUnit, monadControl, network, persistent, text, time
|
||||||
, waiExtra, xmlConduit, xmlTypes, yesodCore, yesodForm
|
, transformers, wai, waiExtra, xmlConduit, xmlTypes, yesodCore
|
||||||
|
, yesodForm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-test";
|
pname = "yesod-test";
|
||||||
version = "1.4.1";
|
version = "1.4.2";
|
||||||
sha256 = "10z88ki694z0kzbg84gaj10h8s9hrj5ghgbxq4y486nvmp4px8f1";
|
sha256 = "09iia8vligw41ayhp1fp797n783avb0sf89z8midindrhb5plfbl";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder blazeHtml blazeMarkup caseInsensitive
|
attoparsec blazeBuilder blazeHtml blazeMarkup caseInsensitive
|
||||||
cookie hspec htmlConduit httpTypes HUnit monadControl network
|
cookie hspecCore htmlConduit httpTypes HUnit monadControl network
|
||||||
persistent text time transformers wai waiExtra xmlConduit xmlTypes
|
persistent text time transformers wai waiExtra xmlConduit xmlTypes
|
||||||
yesodCore
|
yesodCore
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user