Added cabalized darcs-2 and associated Haskell libs.

svn path=/nixpkgs/trunk/; revision=15141
This commit is contained in:
Andres Löh
2009-04-19 10:07:41 +00:00
parent 306b6e87a5
commit 1643888f80
9 changed files with 106 additions and 6 deletions
@@ -1,10 +1,12 @@
{cabal /* , ghc, zlib, ncurses, curl, perl */}:
{cabal, html, mtl, parsec, regexCompat, zlib, curl} : /* , ghc, zlib, ncurses, curl, perl */
cabal.mkDerivation (self : {
pname = "darcs";
name = self.fname;
version = "2.2.1";
sha256 = "0iy4d4qls6yhwmgv87pz4kmr5jh4bwigz1wfwzns71b68csynnsp";
extraBuildInputs = [html mtl parsec regexCompat zlib curl];
#buildInputs = [ghc zlib ncurses curl perl];
#NIX_LDFLAGS = "-lz";