about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
Commit message (Collapse)AuthorAge
...
* * Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2008-11-14
| | | | svn path=/nixpkgs/trunk/; revision=13299
* * Fixed ghc-pkg in ghcboot on Darwin (it doesn't like the -framework flag).Eelco Dolstra2008-10-09
| | | | | | This is needed to get haddockboot to build. svn path=/nixpkgs/trunk/; revision=13031
* exposing /bin/* as well because of helper applications such as hsc2hsMarc Weber2008-04-15
| | | | svn path=/nixpkgs/trunk/; revision=11636
* still missing pieceMarc Weber2008-04-11
| | | | svn path=/nixpkgs/trunk/; revision=11566
* Updated my ghc stuff.Marc Weber2008-04-11
| | | | | | | | | 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
* updated ghc pakcages (now contains gtk2hs and hdbc-postgresql)Marc Weber2008-03-13
| | | | | | | introduced .meta.sourceWithTags (insteod of .passthru.sourceWithTags) hack to get back all tags :-) svn path=/nixpkgs/trunk/; revision=11092
* jdk updated to 1.5.0.15Marc Weber2008-03-09
| | | | | | | | updated bleeding edge stuff (should now work for the bulidfarm as well because dist files are stored on my server) moved experimental my_env into its own file svn path=/nixpkgs/trunk/; revision=11026
* renamed bleeding_edge_* and createGhcWrapper -> ghc-wrapperMarc Weber2008-03-06
| | | | svn path=/nixpkgs/trunk/; revision=11001
* - fetchdarcs supports now partialMarc Weber2008-03-06
| | | | | | | | | | | | - fetchdarcs_2pre added - flapjax added - no longer used : annotatedDerivations - added bleeding edge repos with a tiny nix repository manager which dowloads and updates repostiries, then creates tar.gz dist files which are used by bleeding_edge_source (darcs tested only by now) - added experimental my_environment with example svn path=/nixpkgs/trunk/; revision=10974
* * Revert r10833, it doesn't really work. Instead build ghcbootEelco Dolstra2008-02-22
| | | | | | with Perl 5.8. svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10834
* * A clever hack (due to Audrey Tang, seeEelco Dolstra2008-02-22
| | | | | | | | http://consttype.blogspot.com/2007_07_01_archive.html) around the fact that Perl 5.10 no longer supports the $* variable, which GHC's evil mangler requires. svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10833
* * ghcboot was broken: the combination of patchelf and strip -S generatesEelco Dolstra2008-02-22
| | | | | | broken binaries (NIXPKGS-85). Worked around by not stripping. svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10831
* new version - annotated derivation proposal - used to install addtiontal /srcMarc Weber2008-02-12
| | | | | | | and /tag/ source code which to build up develop environments more easily ( TODO make this optional for ghcWrapper ) svn path=/nixpkgs/trunk/; revision=10648
* * Doh.Eelco Dolstra2007-12-19
| | | | svn path=/nixpkgs/trunk/; revision=9954
* * Doh.Eelco Dolstra2007-12-14
| | | | svn path=/nixpkgs/trunk/; revision=9941
* * Support for building a bootstrap GHC (ghcboot) on i686-darwin.Eelco Dolstra2007-12-14
| | | | | | Building of the bootstrapped compiler isn't tested yet. svn path=/nixpkgs/trunk/; revision=9940
* New proposal on howto library dependencies could be handled.Marc Weber2007-11-05
| | | | | | | | | | Just install ghc68_wrapper which will install the required dependencies ghc (and libraries) itself. The list libraries given in the wrapper attribute set can be user tuned in the future ? An alternative would be creating something similar to the gcc/g++ include/ lib/ scheme which is could be used by ghc to find installed packages.. svn path=/nixpkgs/trunk/; revision=9581
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * make ghc use the nix-provided gmpAndres Löh2007-08-15
| | | | | | | - this fixes ghc on x86_64 and hopefully doesn't break 32-bit - ghc-6.6.1 and -6.6 are tested on 64-bit, 6.4.2 might fail svn path=/nixpkgs/trunk/; revision=9132
* * make ghcboot work on 64-bitAndres Löh2007-08-07
| | | | svn path=/nixpkgs/trunk/; revision=9067
* * Renamed orig-glibc -> orig-libc in some places, and in others, useEelco Dolstra2006-10-27
| | | | | | | the new $NIX_GCC/nix-support/dynamic-linker file to locate the dynamic linker directly (don't hardcode ld-linux.so.2). svn path=/nixpkgs/trunk/; revision=6873
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* * Added a bunch of descriptions.Eelco Dolstra2006-10-11
| | | | svn path=/nixpkgs/trunk/; revision=6705
* * Give the GHC builder a temporary $HOME.Eelco Dolstra2006-06-23
| | | | svn path=/nixpkgs/trunk/; revision=5504
* * GHC 6.4.2.Eelco Dolstra2006-06-22
| | | | svn path=/nixpkgs/trunk/; revision=5493
* * ghc should call the gcc instance it's been built with (to compile Haskell ↵Andres Löh2006-01-31
| | | | | | code) svn path=/nixpkgs/trunk/; revision=4658
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * Use PatchELF 0.1.Eelco Dolstra2005-10-11
| | | | svn path=/nixpkgs/trunk/; revision=4062
* * Pass readline and ncurses to the source-built ghc as well.Eelco Dolstra2005-10-04
| | | | svn path=/nixpkgs/trunk/; revision=4013
* * Use the new patchelf to build GHC in a fully pure way. Should beEelco Dolstra2005-10-02
| | | | | | checked on NixOS. svn path=/nixpkgs/trunk/; revision=3993
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * GHC now works again.Eelco Dolstra2004-04-07
| | | | svn path=/nixpkgs/trunk/; revision=925
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* * Added GHC and Helium. Note that GHC is built using a pre-built GHCEelco Dolstra2004-02-12
for Linux/x86, which is not pure and doesn't work on other platforms! svn path=/nixpkgs/trunk/; revision=776