Author: simons
Date: Sun Aug  7 18:23:44 2011
New Revision: 28250
URL: https://svn.nixos.org/websvn/nix/?rev=28250&sc=1

Log:
happstack-server: updated to version 6.1.6

There is a newer version available, but Gitit won't accept that one.

Modified:
   
nixpkgs/trunk/pkgs/development/libraries/haskell/happstack/happstack-server.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/happstack/happstack-server.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/libraries/haskell/happstack/happstack-server.nix 
    Sun Aug  7 18:23:40 2011        (r28249)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/happstack/happstack-server.nix 
    Sun Aug  7 18:23:44 2011        (r28250)
@@ -1,16 +1,23 @@
-{cabal, HUnit, HaXml, MaybeT, parsec, sendfile, utf8String, mtl, network, 
hslogger, happstackData, happstackUtil, xhtml, html, zlib}:
+{cabal, MaybeT, blazeHtml, happstackData, happstackUtil, hslogger,
+ html, mtl, network, parsec, sendfile, syb, text, utf8String, xhtml,
+ zlib} :
 
 cabal.mkDerivation (self : {
-    pname = "happstack-server";
-    version = "0.5.0.4";
-    sha256 = "1iyjrlg5x6rlx8bfhn62a0ckjap0zv22hb6yazqph53jx6vn9b7q";
-    propagatedBuildInputs = [
-      HUnit HaXml MaybeT happstackData happstackUtil hslogger html
-      mtl network parsec sendfile utf8String xhtml zlib
+  pname = "happstack-server";
+  version = "6.1.6";
+  sha256 = "1z4c2bymyyvhs47ynrlp4d2cwqws2d2isiwj82c33qcmk4znargg";
+  propagatedBuildInputs = [
+    MaybeT blazeHtml happstackData happstackUtil hslogger html mtl
+    network parsec sendfile syb text utf8String xhtml zlib
+  ];
+  meta = {
+    homepage = "http://happstack.com";;
+    description = "Web related tools and services.";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.simons
+      self.stdenv.lib.maintainers.andres
     ];
-    meta = {
-        description = "Web related tools and services";
-        license = "BSD";
-        maintainers = [self.stdenv.lib.maintainers.andres];
-    };
+  };
 })
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to