2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-03 08:00:16 -07:00
|
|
|
{ cabal, base64Bytestring, blazeHtml, ConfigFile, feed, filepath
|
|
|
|
, filestore, ghcPaths, happstackServer, highlightingKate, hslogger
|
|
|
|
, HStringTemplate, HTTP, json, mtl, network, pandoc, pandocTypes
|
|
|
|
, parsec, random, recaptcha, safe, SHA, split, syb, tagsoup, text
|
|
|
|
, time, uri, url, utf8String, xhtml, xml, xssSanitize, zlib
|
2011-08-09 16:00:20 -07:00
|
|
|
}:
|
2009-07-18 08:25:28 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-18 08:25:28 -07:00
|
|
|
pname = "gitit";
|
2014-07-03 08:00:16 -07:00
|
|
|
version = "0.10.4";
|
|
|
|
sha256 = "1z06v1pamrpm70zisrw3z3kv0d19dsjkmm75pvj5yxkacxv7qk7n";
|
2011-08-09 16:00:20 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-07-03 08:00:16 -07:00
|
|
|
base64Bytestring blazeHtml ConfigFile feed filepath filestore
|
2012-04-16 05:07:58 -07:00
|
|
|
ghcPaths happstackServer highlightingKate hslogger HStringTemplate
|
|
|
|
HTTP json mtl network pandoc pandocTypes parsec random recaptcha
|
2014-07-03 08:00:16 -07:00
|
|
|
safe SHA split syb tagsoup text time uri url utf8String xhtml xml
|
|
|
|
xssSanitize zlib
|
2010-04-15 14:10:06 -07:00
|
|
|
];
|
2013-07-16 06:28:58 -07:00
|
|
|
jailbreak = true;
|
2009-07-18 08:25:28 -07:00
|
|
|
meta = {
|
2011-09-04 06:44:22 -07:00
|
|
|
homepage = "http://gitit.net";
|
2011-08-11 06:03:51 -07:00
|
|
|
description = "Wiki using happstack, git or darcs, and pandoc";
|
2010-04-15 14:10:06 -07:00
|
|
|
license = "GPL";
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-07-18 08:25:28 -07:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|