30 lines
1.1 KiB
Nix
30 lines
1.1 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, blazeHtml, blazeMarkup, conduitExtra, dataDefault
|
|
, fastLogger, hamlet, monadControl, monadLogger, networkConduit
|
|
, safe, shakespeare, shakespeareCss, shakespeareJs
|
|
, streamingCommons, text, transformers, unorderedContainers, wai
|
|
, waiExtra, warp, yaml, yesodAuth, yesodCore, yesodForm
|
|
, yesodPersistent
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "yesod";
|
|
version = "1.2.6.1";
|
|
sha256 = "1xiqpbcjxisc4lic7ls03rz184d95vkh4kb3ampwbx463qbj9im2";
|
|
buildDepends = [
|
|
aeson blazeHtml blazeMarkup conduitExtra dataDefault fastLogger
|
|
hamlet monadControl monadLogger networkConduit safe shakespeare
|
|
shakespeareCss shakespeareJs streamingCommons text transformers
|
|
unorderedContainers wai waiExtra warp yaml yesodAuth yesodCore
|
|
yesodForm yesodPersistent
|
|
];
|
|
meta = {
|
|
homepage = "http://www.yesodweb.com/";
|
|
description = "Creation of type-safe, RESTful web applications";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|