haskell-Shellac: updated to version 0.9.5.1

svn path=/nixpkgs/trunk/; revision=28358
This commit is contained in:
Peter Simons 2011-08-07 22:03:48 +00:00
parent 8603f6a016
commit 96677e9dc3

View File

@ -2,11 +2,14 @@
cabal.mkDerivation (self : {
pname = "Shellac";
version = "0.9.5";
sha256 = "a8b07918be23b7e7c3114aed7d929f95ace37fbacd82f185358f05f337f09c70";
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 ];
};
})