nixpkgs/pkgs/development/libraries/haskell/Shellac/Shellac.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

13 lines
283 B
Nix

{cabal, mtl}:
cabal.mkDerivation (self : {
pname = "Shellac";
version = "0.9.5";
sha256 = "a8b07918be23b7e7c3114aed7d929f95ace37fbacd82f185358f05f337f09c70";
propagatedBuildInputs = [mtl];
meta = {
description = "A framework for creating shell environments";
};
})