- 06 Jan, 2016 4 commits
-
-
Moritz Angermann authored
This should fix #111.
-
Andrey Mokhov authored
-
Andrey Mokhov authored
[skip ci]
-
Andrey Mokhov authored
-
- 05 Jan, 2016 31 commits
-
-
Andrey Mokhov authored
See #103.
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
Fix readlink for os x [skip ci]
-
Moritz Angermann authored
-
Moritz Angermann authored
-
Moritz Angermann authored
-
Andrey Mokhov authored
Adds -no-hs-main to iservBin
-
Moritz Angermann authored
Fixes #102. But does not *yet* include the generation of the wrapper script.
-
Moritz Angermann authored
This should fix #104.
-
Andrey Mokhov authored
-
Andrey Mokhov authored
Rework Travis CI script
-
quchen authored
- Move all .travis/*.sh functionality directly into .travis.yml - Install Alex/Happy from PPA instead of compiling them by hand - Skip Shake progress indicators, as they're rather useless on clean-slate Travis builds, and clutter up the log - Don't use a Cabal sandbox for building so Travis can share $HOME/.cabal - boot/configure only after the Shake build system is in place, otherwise some required *.in files are not converted, and Shake fails
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
Wrap ghc-stage2
-
Andrey Mokhov authored
Adds derivedConstantsDependencies for rts
-
Moritz Angermann authored
Fix #96 (c.f. #57 for stage1)
-
Moritz Angermann authored
Fixes #90. We need to force inlining for rts to compile and not end up with missing symbols.
-
Moritz Angermann authored
Fix #88. <gmp.h> is imported by libraries/integer-gmp/cbits/wrappers.c, hence the dependency generation with GccM, requires gmp.h to be available. We therefore add it to the generated dependencies.
-
Moritz Angermann authored
Building rts depends on derived constants, as we can not rely on the compiler to be build prior to rts, as we build rts with gcc, and hence do not depend on ghc, we need to have rts depend on the derived constants. This fixes #94. However, if we are going to build rts with the stage1 ghc, this should not be an issue anymore (see #90), as derived constants would be build then anyway. Yet I do not see any problem with explicilty noting down the derived constants dependency for rts.
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
- 04 Jan, 2016 5 commits
-
-
Andrey Mokhov authored
-
Andrey Mokhov authored
-
Andrey Mokhov authored
Travis CI using dirty tricks
-
quchen authored
-
Andrey Mokhov authored
-