Author: simons
Date: Sun Aug 7 22:03:48 2011
New Revision: 28358
URL: https://svn.nixos.org/websvn/nix/?rev=28358&sc=1
Log:
haskell-Shellac: updated to version 0.9.5.1
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/Shellac/Shellac.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/Shellac/Shellac.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/Shellac/Shellac.nix
Sun Aug 7 22:03:44 2011 (r28357)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/Shellac/Shellac.nix
Sun Aug 7 22:03:48 2011 (r28358)
@@ -1,12 +1,15 @@
-{cabal, mtl}:
+{cabal, mtl} :
cabal.mkDerivation (self : {
pname = "Shellac";
- version = "0.9.5";
- sha256 = "a8b07918be23b7e7c3114aed7d929f95ace37fbacd82f185358f05f337f09c70";
- propagatedBuildInputs = [mtl];
+ version = "0.9.5.1";
+ sha256 = "19fpbh5ijy9xc3rhl9qwyan8jfnz9nsqvnsjxb7kkb7l2bpz4qfp";
+ propagatedBuildInputs = [ mtl ];
meta = {
- description = "A framework for creating shell environments";
+ homepage = "http://www.cs.princeton.edu/~rdockins/shellac/home/";
+ description = "A framework for creating shell envinronments";
+ 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