haskell-gitit: updated to version 0.9

svn path=/nixpkgs/trunk/; revision=32709
This commit is contained in:
Peter Simons 2012-02-29 19:24:49 +00:00
parent d18d66bd5f
commit 49a9e39593
1 changed files with 12 additions and 11 deletions

View File

@ -1,21 +1,22 @@
{ cabal, cgi, ConfigFile, feed, filepath, filestore, ghcPaths { cabal, blazeHtml, cgi, ConfigFile, feed, filepath, filestore
, happstackServer, happstackUtil, highlightingKate, hslogger , ghcPaths, happstackServer, happstackUtil, highlightingKate
, HStringTemplate, HTTP, json, mtl, network, pandoc, pandocTypes , hslogger, HStringTemplate, HTTP, json, mtl, network, pandoc
, parsec, random, recaptcha, safe, SHA, syb, text, time, url , pandocTypes, parsec, random, recaptcha, safe, SHA, syb, tagsoup
, utf8String, xhtml, xml, xssSanitize, zlib , text, time, url, utf8String, xhtml, xml, xssSanitize, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "gitit"; pname = "gitit";
version = "0.8.1"; version = "0.9";
sha256 = "1b5i6fm68vwhlvgz0m7xxzklkxc2c6lrqyqfqyjs93p5j0aqgvfn"; sha256 = "00kjfmczj5m3b8r8djdpad8d27s44z7pf76yyc0sdja1f3bd4mlp";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
cgi ConfigFile feed filepath filestore ghcPaths happstackServer blazeHtml cgi ConfigFile feed filepath filestore ghcPaths
happstackUtil highlightingKate hslogger HStringTemplate HTTP json happstackServer happstackUtil highlightingKate hslogger
mtl network pandoc pandocTypes parsec random recaptcha safe SHA syb HStringTemplate HTTP json mtl network pandoc pandocTypes parsec
text time url utf8String xhtml xml xssSanitize zlib random recaptcha safe SHA syb tagsoup text time url utf8String
xhtml xml xssSanitize zlib
]; ];
meta = { meta = {
homepage = "http://gitit.net"; homepage = "http://gitit.net";