Author: simons
Date: Sun Aug  7 19:34:20 2011
New Revision: 28268
URL: https://svn.nixos.org/websvn/nix/?rev=28268&sc=1

Log:
colorize-haskell: updated to version 1.0.1

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

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/colorize-haskell/default.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/libraries/haskell/colorize-haskell/default.nix   
    Sun Aug  7 19:34:16 2011        (r28267)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/colorize-haskell/default.nix   
    Sun Aug  7 19:34:20 2011        (r28268)
@@ -1,12 +1,15 @@
-{cabal, ansiTerminal, haskellLexer}:
+{cabal, ansiTerminal, haskellLexer} :
 
 cabal.mkDerivation (self : {
   pname = "colorize-haskell";
-  version = "1.0.0";
-  sha256 = "14c180ea3e8beb12dd289c51453bd2e3583f306799db4630c8f86cf09bbb3763";
-  propagatedBuildInputs = [ansiTerminal haskellLexer];
+  version = "1.0.1";
+  sha256 = "1v4spa6vw9igjpd1dr595z5raz5fr8f485q5w9imrv8spms46xh3";
+  propagatedBuildInputs = [ ansiTerminal haskellLexer ];
   meta = {
-    description = "Highlight Haskell source";
+    homepage = "http://github.com/yav/colorize-haskell";;
+    description = "Highligt Haskell source";
+    license = self.stdenv.lib.licenses.bsd3;
+    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