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