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