Author: simons
Date: Sun Aug  7 22:03:08 2011
New Revision: 28348
URL: https://svn.nixos.org/websvn/nix/?rev=28348&sc=1

Log:
hslogger-template: updated to version 2.0.0

Modified:
   
nixpkgs/trunk/pkgs/development/libraries/haskell/hslogger-template/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/hslogger-template/default.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/libraries/haskell/hslogger-template/default.nix  
    Sun Aug  7 22:03:04 2011        (r28347)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/hslogger-template/default.nix  
    Sun Aug  7 22:03:08 2011        (r28348)
@@ -1,12 +1,14 @@
-{cabal, hslogger, mtl}:
+{cabal, hslogger, mtl} :
 
 cabal.mkDerivation (self : {
   pname = "hslogger-template";
-  version = "1.0.0";
-  sha256 = "0lnscbilzr5avi2h831kv2xhahh7pi5g054bw0sy57a1ccm2pvs1";
+  version = "2.0.0";
+  sha256 = "1x8c132ckxjhnhlrnm92h0hkalkrgcc91cn73kv9kvcwy9b2fqcr";
   propagatedBuildInputs = [ hslogger mtl ];
   meta = {
-    description = "Library for generating hslogger functions using Template 
Haskell";
+    description = "Automatic generation of hslogger functions";
+    license = self.stdenv.lib.licenses.publicDomain;
+    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    maintainers = [ self.stdenv.lib.maintainers.simons ];
   };
 })
-
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to