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

13 lines
313 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";
};
})