2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-30 13:07:29 -07:00
|
|
|
{ cabal, aeson, blazeHtml, blazeMarkup, conduitExtra, dataDefault
|
2014-11-24 05:42:17 -08:00
|
|
|
, fastLogger, monadControl, monadLogger, safe, semigroups
|
|
|
|
, shakespeare, streamingCommons, text, transformers
|
|
|
|
, unorderedContainers, wai, waiExtra, waiLogger, warp, yaml
|
|
|
|
, yesodAuth, yesodCore, yesodForm, yesodPersistent
|
2011-08-09 16:00:20 -07:00
|
|
|
}:
|
2011-08-07 15:51:22 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 15:51:22 -07:00
|
|
|
pname = "yesod";
|
2015-02-06 02:00:07 -08:00
|
|
|
version = "1.4.1.4";
|
|
|
|
sha256 = "1av6s5nanq5y9fqlzq2yq95989gg1fyqlpzg6y5pl4dcc45srm1x";
|
2011-08-09 16:00:20 -07:00
|
|
|
buildDepends = [
|
2014-03-30 13:07:29 -07:00
|
|
|
aeson blazeHtml blazeMarkup conduitExtra dataDefault fastLogger
|
2014-11-24 05:42:17 -08:00
|
|
|
monadControl monadLogger safe semigroups shakespeare
|
|
|
|
streamingCommons text transformers unorderedContainers wai waiExtra
|
|
|
|
waiLogger warp yaml yesodAuth yesodCore yesodForm yesodPersistent
|
2011-08-07 15:51:22 -07:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
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-08-07 15:51:22 -07:00
|
|
|
};
|
|
|
|
})
|