2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-13 03:48:52 -07:00
|
|
|
{ cabal, aeson, async, blazeBuilder, blazeHtml, blazeMarkup
|
|
|
|
, caseInsensitive, cereal, clientsession, conduit, conduitExtra
|
|
|
|
, cookie, dataDefault, deepseq, exceptions, fastLogger, hspec
|
|
|
|
, httpTypes, HUnit, liftedBase, monadControl, monadLogger, mtl
|
|
|
|
, network, parsec, pathPieces, QuickCheck, random, resourcet, safe
|
|
|
|
, shakespeare, streamingCommons, text, time, transformers
|
|
|
|
, transformersBase, unixCompat, unorderedContainers, vector, wai
|
|
|
|
, waiExtra, waiLogger, warp
|
2011-08-09 16:00:20 -07:00
|
|
|
}:
|
2011-07-07 14:40:35 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-07 14:40:35 -07:00
|
|
|
pname = "yesod-core";
|
2014-10-13 03:48:52 -07:00
|
|
|
version = "1.4.2";
|
|
|
|
sha256 = "0qi1shmbsi8vkxzvyzqzgmdapnbfkkjvhkshkmr7rrdhkdbnkbxl";
|
2011-08-09 16:00:20 -07:00
|
|
|
buildDepends = [
|
2014-10-13 03:48:52 -07:00
|
|
|
aeson blazeBuilder blazeHtml blazeMarkup caseInsensitive cereal
|
|
|
|
clientsession conduit conduitExtra cookie dataDefault deepseq
|
|
|
|
exceptions fastLogger httpTypes liftedBase monadControl monadLogger
|
|
|
|
mtl parsec pathPieces random resourcet safe shakespeare text time
|
|
|
|
transformers transformersBase unixCompat unorderedContainers vector
|
|
|
|
wai waiExtra waiLogger warp
|
2011-07-07 14:40:35 -07:00
|
|
|
];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [
|
2014-10-13 03:48:52 -07:00
|
|
|
async blazeBuilder conduit conduitExtra hspec httpTypes HUnit
|
|
|
|
liftedBase network pathPieces QuickCheck random resourcet
|
|
|
|
shakespeare streamingCommons text transformers wai waiExtra
|
2013-02-24 13:09:07 -08:00
|
|
|
];
|
2013-09-28 04:28:30 -07:00
|
|
|
jailbreak = true;
|
2011-07-07 14:40:35 -07:00
|
|
|
meta = {
|
2011-08-07 15:01:20 -07:00
|
|
|
homepage = "http://www.yesodweb.com/";
|
2011-08-11 06:03:51 -07:00
|
|
|
description = "Creation of type-safe, RESTful web applications";
|
2012-04-05 09:51:59 -07:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-07-07 14:40:35 -07:00
|
|
|
};
|
|
|
|
})
|