- Feb 17, 2013
-
-
Ian Lynagh authored
This means that "./sync-all commit" will record in submodules first, and then prompt you to record a patch updating the version of the submodules last. Should make it less likely that we forget to update the submodules' versions.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
If anyone wants to do this in the future, they should just set appropriate CC_OPTS/LD_OPTS variables instead.
-
Ian Lynagh authored
Apparently git ignores the --git-dir argument.
-
Ian Lynagh authored
Based on a patch from rassilon.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
It required the old build system, so didn't work.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
This porting method has bitrotted; use cross-compilation now
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
From StephenBlackheath
-
Ian Lynagh authored
-
- Feb 16, 2013
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
This solves the problem of how to define MIN_VERSION_base for the binary package. Also fixed a couple of build system bugs along the way.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Feb 15, 2013
-
-
Ian Lynagh authored
This removes the '.PHONY' rule, so means that "make" in a built tree won't repeat the check. We also now check the .cabal files for the executables as well as the libraries.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Gabor Greif authored
-
Iavor S. Diatchki authored
This is needed to make things like this work: type N = 9 myValue = fromSing (sing :: Sing N) If we don't look trough the synonym, we get an error that `SingI N` can't be solved.
-
Simon Peyton Jones authored
See Note [Kind-generalise in tcRnType] in TcRnDriver, and the notes in Trac #7688
-
Ian Lynagh authored
-
Ian Lynagh authored
A standard git push doesn't make sense for them
-
Simon Peyton Jones authored
-
Gabor Greif authored
by obtaining GlobalCrossCompilePrefix from mk/config.mk and using that to include mk/$(GlobalCrossCompilePrefix)build.mk instead of mk/build.mk when present. Note: GlobalCrossCompilePrefix is basically the same as CrossCompilePrefix, but does not depend on $(phase).
-
Simon Peyton Jones authored
-
chak@cse.unsw.edu.au. authored
* Test: dph/modules/ExportList
-
- Feb 14, 2013
-
-
David Terei authored
Patch modified from one by Karel Gardas <karel.gardas@centrum.cz>.
-
Simon Peyton Jones authored
-