nixpkgs/pkgs/development/libraries/haskell/gitit/default.nix
2014-09-23 19:02:50 +02:00

34 lines
1.2 KiB
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, base64Bytestring, blazeHtml, ConfigFile, feed
, filepath, filestore, ghcPaths, happstackServer, highlightingKate
, hoauth2, hslogger, HStringTemplate, HTTP, httpClient
, httpClientTls, json, mtl, network, networkUri, pandoc
, pandocTypes, parsec, random, recaptcha, safe, SHA, split, syb
, tagsoup, text, time, uri, url, utf8String, xhtml, xml
, xssSanitize, zlib
}:
cabal.mkDerivation (self: {
pname = "gitit";
version = "0.10.5.1";
sha256 = "0wi40f34xqqz0q8m14g7ay6yk37c3fkdijydv0di43i20bxixjhv";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson base64Bytestring blazeHtml ConfigFile feed filepath filestore
ghcPaths happstackServer highlightingKate hoauth2 hslogger
HStringTemplate HTTP httpClient httpClientTls json mtl network
networkUri pandoc pandocTypes parsec random recaptcha safe SHA
split syb tagsoup text time uri url utf8String xhtml xml
xssSanitize zlib
];
jailbreak = true;
meta = {
homepage = "http://gitit.net";
description = "Wiki using happstack, git or darcs, and pandoc";
license = "GPL";
platforms = self.ghc.meta.platforms;
};
})