- Nov 10, 2017
-
-
GHC's `master` branch now sits on a snapshot of Cabal 2.1.0.0
-
- Nov 07, 2017
- Nov 06, 2017
-
-
Andrey Mokhov authored
* Fix non-exhaustive pattern match warning * Move warnings-related settings to a separate module * Move defaultHsWarningsArgs to Settings.Warnings, add -Wcpp-undef * Use defaultGhcWarningsArgs in Settings.Builders.Ghc. Add -Wnoncanonical-monad-instances. * Add warnings for ghc-cabal * Add RTS warning flags * Fix build with integer-simple library * There are no tabs in xhtml
-
- Nov 05, 2017
-
-
Andrey Mokhov authored
See #440
-
Andrey Mokhov authored
See #347, #440
-
Andrey Mokhov authored
-
Andrey Mokhov authored
See #414
-
- Nov 04, 2017
-
-
Andrey Mokhov authored
* Drop --haddock flag and always build Haddock and xthml See #414 * Reorder imports * Update README See #414
-
Andrey Mokhov authored
See #440 [skip ci]
-
- Nov 03, 2017
-
-
Andrey Mokhov authored
See #440
-
- Nov 01, 2017
-
-
Andrey Mokhov authored
See #414
-
- Oct 30, 2017
-
-
Andrey Mokhov authored
[skip ci] See #428
-
Andrey Mokhov authored
[skip ci] See #428
-
Andrey Mokhov authored
See #347
-
- Oct 29, 2017
-
-
Andrey Mokhov authored
See #347
-
Andrey Mokhov authored
-
Andrey Mokhov authored
See #440
-
- Oct 27, 2017
-
-
- Oct 24, 2017
-
-
Andrey Mokhov authored
* Fix CI * Another attempt * Another tweak
-
- Oct 23, 2017
-
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
See #428
-
Andrey Mokhov authored
See #428. Note that building Hadrian with Cabal currently fails on Windows, hence using Stack. Also see #440: build.bat may later be relocated to the top of the GHC tree.
-
Andrey Mokhov authored
See #428. Also see #440: build.sh may later be relocated to the top of the GHC tree.
-
- Oct 17, 2017
-
-
Andrey Mokhov authored
See #433
-
Andrey Mokhov authored
See #438
-
- Oct 14, 2017
-
-
Andrey Mokhov authored
See #435, #430
-
- Oct 12, 2017
-
-
Andrey Mokhov authored
See #435
-
The previous approach was terribly unreliable, leading me to waste an hour debugging #425.
-
- Oct 11, 2017
-
-
Addresses Issue #428
-
- Oct 10, 2017
-
-
Andrey Mokhov authored
See #428
-
When I added `-qg` to the default RTS options in 57cfa03c (#385) I neglected to consider that it the -with-rtsopts flag would override the previous flag setting `-I0`. This had the effect of reenabling idle GC, causing GC time to regress terribly. I likely didn't notice this since I had passed the flags directly to the `hadrian` executable with `+RTS` while testing. Moreover, I mistakenly wrote `-qg0`, which (somewhat confusingly) actually *enables* parallel GC. Instead I wanted to write `-qg`.
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
See #250
-
- Oct 09, 2017
-
-
Andrey Mokhov authored
See #250
-
Andrey Mokhov authored
See #250
-
- Oct 07, 2017
-
-
Andrey Mokhov authored
-
- Oct 05, 2017
-
-
Andrey Mokhov authored
See #314
-