nixpkgs/pkgs/development/libraries/haskell/Shellac/Shellac-readline.nix
Andres Löh 0c5786e22d Added Shellac Haskell package.
svn path=/nixpkgs/trunk/; revision=15775
2009-05-28 19:06:33 +00:00

13 lines
311 B
Nix

{cabal, Shellac, readline}:
cabal.mkDerivation (self : {
pname = "Shellac-readline";
version = "0.9";
sha256 = "3edffecf2225c199f0a4df55e3685f7deee47755ae7f8d03f5da7fac3c2ab878";
propagatedBuildInputs = [Shellac readline];
meta = {
description = "Readline backend module for Shellac";
};
})