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:
@@ -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 {
|
||||
|
||||
@@ -56,6 +56,7 @@ let {
|
||||
transformers
|
||||
|
||||
ghc
|
||||
uulib
|
||||
# helium
|
||||
perl
|
||||
python
|
||||
|
||||
Reference in New Issue
Block a user