nixpkgs/pkgs/development/libraries/haskell/Shellac/Shellac-haskeline.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
315 B
Nix

{cabal, Shellac, haskeline}:
cabal.mkDerivation (self : {
pname = "Shellac-haskeline";
version = "0.2";
sha256 = "e3024b1915efd9841be9f405503f26c52524e7ea2a9c630ad651a9986e5329e0";
propagatedBuildInputs = [Shellac haskeline];
meta = {
description = "Haskeline backend module for Shellac";
};
})