haskell-gitit: updated to version 0.8.1

svn path=/nixpkgs/trunk/; revision=29002
This commit is contained in:
Peter Simons 2011-09-04 13:44:22 +00:00
parent 09114ea858
commit 27b2d8f8a9

View File

@ -1,24 +1,24 @@
{ cabal, cgi, ConfigFile, feed, filestore, ghcPaths { cabal, cgi, ConfigFile, feed, filestore, ghcPaths
, happstackServer, happstackUtil, highlightingKate, hslogger , happstackServer, happstackUtil, highlightingKate, hslogger
, HStringTemplate, HTTP, json, mtl, network, pandoc, pandocTypes , HStringTemplate, HTTP, json, mtl, network, pandoc, pandocTypes
, parsec, random, recaptcha, safe, SHA, syb, time, url, utf8String , parsec, random, recaptcha, safe, SHA, syb, text, time, url
, xhtml, xml, xssSanitize, zlib , utf8String, xhtml, xml, xssSanitize, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "gitit"; pname = "gitit";
version = "0.8.0.1"; version = "0.8.1";
sha256 = "0y2gcxlbb44vflj0jl3zkbsn47n7nccikxwdw6ccf9kxgcmrz0zy"; sha256 = "1b5i6fm68vwhlvgz0m7xxzklkxc2c6lrqyqfqyjs93p5j0aqgvfn";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
cgi ConfigFile feed filestore ghcPaths happstackServer cgi ConfigFile feed filestore ghcPaths happstackServer
happstackUtil highlightingKate hslogger HStringTemplate HTTP json happstackUtil highlightingKate hslogger HStringTemplate HTTP json
mtl network pandoc pandocTypes parsec random recaptcha safe SHA syb mtl network pandoc pandocTypes parsec random recaptcha safe SHA syb
time url utf8String xhtml xml xssSanitize zlib text time url utf8String xhtml xml xssSanitize zlib
]; ];
meta = { meta = {
homepage = "http://github.com/jgm/gitit/tree/master"; homepage = "http://gitit.net";
description = "Wiki using happstack, git or darcs, and pandoc"; description = "Wiki using happstack, git or darcs, and pandoc";
license = "GPL"; license = "GPL";
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;