30 lines
1.0 KiB
Nix
30 lines
1.0 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup
|
|
, caseInsensitive, cookie, hspec, hspecCore, htmlConduit, httpTypes
|
|
, HUnit, monadControl, network, persistent, text, time
|
|
, transformers, wai, waiExtra, xmlConduit, xmlTypes, yesodCore
|
|
, yesodForm
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "yesod-test";
|
|
version = "1.4.2";
|
|
sha256 = "09iia8vligw41ayhp1fp797n783avb0sf89z8midindrhb5plfbl";
|
|
buildDepends = [
|
|
attoparsec blazeBuilder blazeHtml blazeMarkup caseInsensitive
|
|
cookie hspecCore htmlConduit httpTypes HUnit monadControl network
|
|
persistent text time transformers wai waiExtra xmlConduit xmlTypes
|
|
yesodCore
|
|
];
|
|
testDepends = [
|
|
hspec htmlConduit HUnit text wai xmlConduit yesodCore yesodForm
|
|
];
|
|
meta = {
|
|
homepage = "http://www.yesodweb.com";
|
|
description = "integration testing for WAI/Yesod Applications";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|