aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/haskell-packages.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ghc, ghcjs: Get rid of extraneous alex, happy, and hscolour argsJohn Ericson2018-09-241-16/+8
* haskellPackages: Avoid outer `rec { .. }`John Ericson2018-09-241-1/+4
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-301-2/+0
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
* Make GHCJS 8.4 the default, in line with LTS 12.xWill Fancher2018-07-151-2/+2
* haskell: fix package sets based on integer-simpleWill Dietz2018-07-111-0/+1
* ghc861: use llvm6 so we're using supported LLVM versionWill Dietz2018-07-101-2/+2
* ghc-8.6.x: create an initial package set configurationPeter Simons2018-07-041-0/+5
* ghc: add 8.6.1-alpha1 pre-releasePeter Simons2018-07-011-0/+6
* ghc: drop compiler version 8.4.2; we prefer 8.4.3Peter Simons2018-06-171-12/+1
* ghc: Default integer-simple usage based one whether GNU MP is availableJohn Ericson2018-06-111-1/+0
* ghc: add version 8.4.3Peter Simons2018-05-301-0/+11
* ghc: build version >8.4 with hscolour to enable source linksPeter Simons2018-05-301-2/+2
* GHCJS darwin fixes (#41120)Will Fancher2018-05-291-2/+2
* Dont haddock ghcjs in either versionWill Fancher2018-05-161-1/+0
* GHCJS 8.4Will Fancher2018-05-121-0/+13
* GHCJS 8.2Will Fancher2018-05-121-5/+23
* Use build packages GHC for haskell.packages.integer-simpleWill Fancher2018-05-071-1/+1
* ghc-8.4.1: drop obsolete version, we have 8.4.2 nowPeter Simons2018-05-031-11/+0
* haskell: allow overriding all package sets at onceBas van Dijk2018-04-221-1/+7
* ghc: add version 8.4.2-rc1Peter Simons2018-04-041-0/+11
* Configure Haskell bootstrapping package sets to perform minimal builds.Peter Simons2018-03-171-0/+13
* ghc: drop all compiler versions prior to 7.10.3Peter Simons2018-03-171-21/+1
* Drop broken Haskell compilers.Peter Simons2018-01-261-32/+2
* haskell infra: nativeGhc != ghc.bootPkgs.ghcJohn Ericson2018-01-211-15/+25
* ghc: Fix cross compilation to work with new systemJohn Ericson2018-01-211-0/+10
* ghc: Remove old cross workJohn Ericson2018-01-211-34/+25
* Fixed GHCJSWill Fancher2018-01-201-3/+5
* ghc841: GHC 8.4.1: nix-shell -p haskell.compiler.ghc841Kosyrev Serge2018-01-191-0/+10
* ghc: bootstrap 8.2.2 with 8.2.1-binary.Drew Hess2018-01-021-1/+1
* Drop Haskell package set for GHC 7.8.4.Peter Simons2017-12-301-4/+0
* ghc: drop obsolete version 7.8.3Peter Simons2017-12-301-3/+0
* ghc: wire up new binary ghc for bootstrappingDomen Kožar2017-12-281-8/+19
* Merge pull request #33054 from NixOS/ghc-prebuiltPeter Simons2017-12-271-1/+6
|\
| * ghc-{7.8.4, 7.10.3, 8.2.1}-binary: InitJohn Ericson2017-12-251-1/+6
* | jhc: drop broken Haskell compilerPeter Simons2017-12-261-5/+0
* | haskell: drop package sets for GHC 6.12.x, 7.0.x, 7.2.x, 7.4.x, and 7.6.xPeter Simons2017-12-261-26/+0
* | haskell: drop obsolete GHC version 7.10.2; we have 7.10.3Peter Simons2017-12-261-8/+0
|/
* ghc: drop 8.2.1 version; we have 8.2.2 alreadyPeter Simons2017-12-201-15/+0
* ghcHEAD: 8.3.20170808 -> 8.5.20171208Matthew Pickering2017-12-091-1/+1
* ghc: add 8.2.2-rc2Peter Simons2017-11-041-0/+11
* Revert "Merge branch 'improved-make-overridable' of git://github.com/ElvishJe...Shea Levy2017-09-291-21/+20
* Revert "Avoid polluting lib namespace unncessarily"Shea Levy2017-09-291-1/+1
* Avoid polluting lib namespace unncessarilyShea Levy2017-09-281-1/+1
* Merge branch 'master' into improved-make-overridableWill Fancher2017-09-121-9/+0
|\
| * ghc: remove obsolete 8.0.1 versionPeter Simons2017-09-101-9/+0
* | Merge branch 'master' into improved-make-overridableWill Fancher2017-08-261-20/+29
|\|
| * Boot ghc HEAD with ghc-8.0.2Matthew Pickering2017-08-081-1/+1
| * haskell infra: Misc cleanupsJohn Ericson2017-08-031-19/+27
* | Added `self` views of the interface in `makeExtensibleWithInterface`Will Fancher2017-07-141-20/+20