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