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 -1
View File
@@ -10,7 +10,7 @@ addLibToPackageConf () {
local fn
shopt -s nullglob
for fn in $1/lib/ghc-pkgs/ghc-@ghcVersion@/*.conf; do
@ghc@/bin/ghc-pkg register $fn
@ghc@/bin/ghc-pkg register --force $fn
done
}