2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-30 21:07:29 +01:00
|
|
|
{ cabal, aeson, blazeHtml, blazeMarkup, conduitExtra, dataDefault
|
2014-11-24 13:42:17 +00:00
|
|
|
, fastLogger, monadControl, monadLogger, safe, semigroups
|
|
|
|
, shakespeare, streamingCommons, text, transformers
|
|
|
|
, unorderedContainers, wai, waiExtra, waiLogger, warp, yaml
|
|
|
|
, yesodAuth, yesodCore, yesodForm, yesodPersistent
|
2011-08-10 00:00:20 +01:00
|
|
|
}:
|
2011-08-07 23:51:22 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 23:51:22 +01:00
|
|
|
pname = "yesod";
|
2014-11-24 13:42:17 +00:00
|
|
|
version = "1.4.1";
|
|
|
|
sha256 = "1h4l78qjaiv3aqw02cj3qakkxv7ds946iagdccm8pav2wlkdl5pw";
|
2011-08-10 00:00:20 +01:00
|
|
|
buildDepends = [
|
2014-03-30 21:07:29 +01:00
|
|
|
aeson blazeHtml blazeMarkup conduitExtra dataDefault fastLogger
|
2014-11-24 13:42:17 +00:00
|
|
|
monadControl monadLogger safe semigroups shakespeare
|
|
|
|
streamingCommons text transformers unorderedContainers wai waiExtra
|
|
|
|
waiLogger warp yaml yesodAuth yesodCore yesodForm yesodPersistent
|
2011-08-07 23:51:22 +01:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://www.yesodweb.com/";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "Creation of type-safe, RESTful web applications";
|
2012-04-05 17:51:59 +01:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 23:51:22 +01:00
|
|
|
};
|
|
|
|
})
|