- 23 Oct, 2010 3 commits
-
-
Ian Lynagh authored
You can't use TH with a profiling compiler.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 22 Oct, 2010 5 commits
-
-
Ian Lynagh authored
Major changes are: * Version number now includes full GHC version and arch * Uninstaller copes with multiple versions
-
dimitris@microsoft.com authored
Optimised the representation of Inert Sets to use Maps to get to the relevant inert constraint faster.
-
simonpj@microsoft.com authored
There are two main changes * New LANGUAGE option RebindableSyntax, which implies NoImplicitPrelude * if-the-else becomes rebindable, with function name "ifThenElse" (but case expressions are unaffected) Thanks to Sam Anklesaria for doing most of the work here
-
simonpj@microsoft.com authored
This would have produced a more civilised error for Trac #4396
-
Ian Lynagh authored
-
- 21 Oct, 2010 19 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
- add link to inno setup docs, so readers don't have to guess what ghc.iss might be - add Task section, and associated most Registry actions with separate (sub)tasks, so that file associations, default action, and PATH setting can be optional - copy license file into doc directory - install icon file again, so that DefaultIcon is no longer a dangling pointer (#4352) - only delete ghc_haskell key if empty (in case there were other tools using it) - add versioned GHCi to right-click menu (to allow for multiple tool installs)
-
simonpj@microsoft.com authored
See Note [Localise pattern binders]
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
We were using the supply's unique, and then passing the same supply to initUs_, which sounds like a bug waiting to happen.
-
Ian Lynagh authored
This is a little nicer than having to explicitly split supplies and throw half of them away.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
Lots of comments with decomposeRuleLhs
-
simonpj@microsoft.com authored
-
- 10 Oct, 2010 1 commit
-
-
reinerp authored
-
- 21 Oct, 2010 1 commit
-
-
simonpj@microsoft.com authored
-
- 20 Oct, 2010 9 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
We generate intermediate unfoldings which are just thrown away, so evaluating them is a waste of time.
-
Ian Lynagh authored
-
simonpj@microsoft.com authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Simon Marlow authored
-
Simon Marlow authored
-
- 10 Oct, 2010 1 commit
-
-
Neil Mitchell authored
Update the documentation on using DLL's from Windows, fixing several errors, in particular those relating to bug 3605
-
- 20 Oct, 2010 1 commit
-
-
dimitris@microsoft.com authored
(1) More lenient kind checking, (2) Fixed orientation problems and avoiding double unifications, (3) Comments
-