Updated my ghc stuff.

New is the file containing executables (such as alex/ happy)
some new libraries
The wrapper no longer installs tags by default. You have to add it to your config
So I'm ready to start merging

svn path=/nixpkgs/trunk/; revision=11554
This commit is contained in:
Marc Weber
2008-04-11 00:40:10 +00:00
parent 5efc5fe707
commit 772fd74b99
6 changed files with 118 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ args.stdenv.mkDerivation {
src = args.fetchurl {
url = http://mawercer.de/hasktags.hs;
sha256 = "2c26d79fbea9dddf140022b21e8dc82562163c8457ec1fb66b351029274f856c";
sha256 = "af43a7fb1280aeec06ad3cfe6a7a01cf69b96f6dcd736e228b7532b79e6e51c5";
};
buildInputs =(with args; [ghc]);