gitit: updated to version 0.8.0.1

svn path=/nixpkgs/trunk/; revision=28252
This commit is contained in:
Peter Simons 2011-08-07 18:23:52 +00:00
parent 6c02f0d614
commit 843725a7da
1 changed files with 19 additions and 14 deletions
pkgs/development/libraries/haskell/gitit

View File

@ -1,23 +1,28 @@
{cabal, happstackServer, happstackUtil, HStringTemplate, HTTP, {cabal, ConfigFile, HStringTemplate, HTTP, SHA, cgi, feed,
SHA, cgi, datetime, filestore, ghc, ghcPaths, happstackServer, happstackUtil,
filestore, highlightingKate, safe, mtl, network, pandoc, parsec, highlightingKate, hslogger, json, mtl, network, pandoc,
recaptcha, utf8String, xhtml, zlib, ConfigFile, url, pandocTypes, parsec, recaptcha, safe, syb, url, utf8String, xhtml,
cautiousFile, feed, xssSanitize}: xml, xssSanitize, zlib} :
cabal.mkDerivation (self : { cabal.mkDerivation (self : {
pname = "gitit"; pname = "gitit";
version = "0.7.3.12"; version = "0.8.0.1";
sha256 = "1z5cbkgfvwc9h6jciw7ghlj9ra6xph5z4lmliwkdnf38wfparxja"; sha256 = "0y2gcxlbb44vflj0jl3zkbsn47n7nccikxwdw6ccf9kxgcmrz0zy";
propagatedBuildInputs = [ propagatedBuildInputs = [
HStringTemplate happstackServer happstackUtil HTTP SHA cgi datetime ConfigFile HStringTemplate HTTP SHA cgi feed filestore ghc ghcPaths
filestore highlightingKate safe happstackServer happstackUtil highlightingKate hslogger json mtl
mtl network pandoc parsec recaptcha utf8String xhtml zlib ConfigFile network pandoc pandocTypes parsec recaptcha safe syb url utf8String
url cautiousFile feed xssSanitize xhtml xml xssSanitize zlib
]; ];
meta = { meta = {
description = "Wiki using happstack, git or darcs, and pandoc"; homepage = "http://github.com/jgm/gitit/tree/master";
description = "Wiki using happstack, git or darcs, and pandoc.";
license = "GPL"; license = "GPL";
maintainers = [self.stdenv.lib.maintainers.andres self.stdenv.lib.maintainers.simons]; platforms = self.stdenv.lib.platforms.haskellPlatforms;
maintainers = [
self.stdenv.lib.maintainers.simons
self.stdenv.lib.maintainers.simons
self.stdenv.lib.maintainers.andres
];
}; };
}) })