Author: simons
Date: Sun Sep  4 13:44:22 2011
New Revision: 29002
URL: https://svn.nixos.org/websvn/nix/?rev=29002&sc=1

Log:
haskell-gitit: updated to version 0.8.1

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/gitit/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/gitit/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/gitit/default.nix  Sun Sep 
 4 09:12:00 2011        (r29001)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/gitit/default.nix  Sun Sep 
 4 13:44:22 2011        (r29002)
@@ -1,24 +1,24 @@
 { cabal, cgi, ConfigFile, feed, filestore, ghcPaths
 , happstackServer, happstackUtil, highlightingKate, hslogger
 , HStringTemplate, HTTP, json, mtl, network, pandoc, pandocTypes
-, parsec, random, recaptcha, safe, SHA, syb, time, url, utf8String
-, xhtml, xml, xssSanitize, zlib
+, parsec, random, recaptcha, safe, SHA, syb, text, time, url
+, utf8String, xhtml, xml, xssSanitize, zlib
 }:
 
 cabal.mkDerivation (self: {
   pname = "gitit";
-  version = "0.8.0.1";
-  sha256 = "0y2gcxlbb44vflj0jl3zkbsn47n7nccikxwdw6ccf9kxgcmrz0zy";
+  version = "0.8.1";
+  sha256 = "1b5i6fm68vwhlvgz0m7xxzklkxc2c6lrqyqfqyjs93p5j0aqgvfn";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
     cgi ConfigFile feed filestore ghcPaths happstackServer
     happstackUtil highlightingKate hslogger HStringTemplate HTTP json
     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 = {
-    homepage = "http://github.com/jgm/gitit/tree/master";;
+    homepage = "http://gitit.net";;
     description = "Wiki using happstack, git or darcs, and pandoc";
     license = "GPL";
     platforms = self.ghc.meta.platforms;
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to