darcs should propagate its Haskell dependencies

since it can be used as a library

svn path=/nixpkgs/trunk/; revision=24558
This commit is contained in:
Andres Löh 2010-11-01 16:37:46 +00:00
parent a608761679
commit 527d64b664

View File

@ -6,7 +6,7 @@ cabal.mkDerivation (self : {
version = "2.4.4";
sha256 = "97cde35ae4b74488f8b98b487bc0498069eaa74fe035903394f3d4aff1da9f9e";
extraBuildInputs = [
propagatedBuildInputs = [
html parsec regexCompat curl haskeline hashedStorage zlib
];