2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-24 11:57:25 +02:00
|
|
|
{ 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
|
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-09-23 14:17:38 +02:00
|
|
|
version = "0.10.5.1";
|
|
|
|
sha256 = "0wi40f34xqqz0q8m14g7ay6yk37c3fkdijydv0di43i20bxixjhv";
|
2011-08-10 01:00:20 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-08-24 11:57:25 +02:00
|
|
|
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
|
2014-07-03 17:00:16 +02:00
|
|
|
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;
|
2009-07-18 17:25:28 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|