added uulib - a ghc library (ghc wrapper is needed to use it with cabal - see comments in builder.sh)

svn path=/nixpkgs/trunk/; revision=4588
This commit is contained in:
Christof Douma
2006-01-25 11:19:21 +00:00
parent 7625850ab3
commit 84e89e2fca
4 changed files with 54 additions and 0 deletions

View File

@@ -1248,6 +1248,12 @@ rec {
inherit (xlibs) libXtst;
};
### DEVELOPMENT / LIBRARIES / HASKELL
uulib = import ../development/libraries/haskell/uulib {
inherit stdenv fetchurl ghc;
};
### DEVELOPMENT / PERL MODULES
perlBerkeleyDB = import ../development/perl-modules/BerkeleyDB {

View File

@@ -56,6 +56,7 @@ let {
transformers
ghc
uulib
# helium
perl
python