haskell-gitit: update to version 0.10.4
This commit is contained in:
parent
5013bdace3
commit
b63dbe46d4
@ -1,32 +1,24 @@
|
|||||||
{ cabal, base64Bytestring, blazeHtml, cgi, ConfigFile, feed
|
{ cabal, base64Bytestring, blazeHtml, ConfigFile, feed, filepath
|
||||||
, filepath, filestore, ghcPaths, happstackServer, highlightingKate
|
, filestore, ghcPaths, happstackServer, highlightingKate, hslogger
|
||||||
, hslogger, HStringTemplate, HTTP, json, mtl, network, pandoc
|
, HStringTemplate, HTTP, json, mtl, network, pandoc, pandocTypes
|
||||||
, pandocTypes, parsec, random, recaptcha, safe, SHA, syb, tagsoup
|
, parsec, random, recaptcha, safe, SHA, split, syb, tagsoup, text
|
||||||
, text, time, url, utf8String, xhtml, xml, xssSanitize, zlib, fetchpatch
|
, time, uri, url, utf8String, xhtml, xml, xssSanitize, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "gitit";
|
pname = "gitit";
|
||||||
version = "0.10.3.1";
|
version = "0.10.4";
|
||||||
sha256 = "1sm6rryfyqr0nd4flbc5d520xyw2ajnkylvqf4fi4dhl6fnbpam5";
|
sha256 = "1z06v1pamrpm70zisrw3z3kv0d19dsjkmm75pvj5yxkacxv7qk7n";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeHtml cgi ConfigFile feed filepath filestore
|
base64Bytestring blazeHtml ConfigFile feed filepath filestore
|
||||||
ghcPaths happstackServer highlightingKate hslogger HStringTemplate
|
ghcPaths happstackServer highlightingKate hslogger HStringTemplate
|
||||||
HTTP json mtl network pandoc pandocTypes parsec random recaptcha
|
HTTP json mtl network pandoc pandocTypes parsec random recaptcha
|
||||||
safe SHA syb tagsoup text time url utf8String xhtml xml xssSanitize
|
safe SHA split syb tagsoup text time uri url utf8String xhtml xml
|
||||||
zlib
|
xssSanitize zlib
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
patches = [ (fetchpatch {
|
|
||||||
url = "https://github.com/jgm/gitit/commit/48155008397bdaed4f97c5678d83c70d4bc3f0ff.patch";
|
|
||||||
sha256 = "16n372wrikwb3g4pb3zljxnp19in0828wp40diqgkplhlnwww6nw";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
preConfigure = ''
|
|
||||||
sed -i -e 's|network .*< 2.5|network|' gitit.cabal
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://gitit.net";
|
homepage = "http://gitit.net";
|
||||||
description = "Wiki using happstack, git or darcs, and pandoc";
|
description = "Wiki using happstack, git or darcs, and pandoc";
|
||||||
|
Loading…
Reference in New Issue
Block a user