- 04 Dec, 2012 2 commits
-
-
-
Simon Peyton Jones authored
We were mixing up the *implicit* import of Prelude with a user-written import declaration
-
- 03 Dec, 2012 1 commit
-
-
Simon Marlow authored
By filtering out the --rebase when fetching submodules
-
- 02 Dec, 2012 9 commits
-
-
ian@well-typed.com authored
Apparently .git can be a file rather than a directory in some cases
-
ian@well-typed.com authored
It wasn't handling new submodules appearing
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
This bring the time package into line with how we handle other packages.
-
ian@well-typed.com authored
Leave it to 'git submodule init/update'
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
-
- 01 Dec, 2012 6 commits
-
-
ian@well-typed.com authored
Based on a patch from Thorkil Naur.
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
-
eir@cis.upenn.edu authored
-
eir@cis.upenn.edu authored
As per a request from Simon PJ, I wrote up a formalism of the core language in GHC, System FC. The writeup lives in docs/core-spec. I also added comments to a number of files dealing with the core language reminding authors to update the formalism when updating the code. In the next commit will be a README file in docs/core-spec with more details of how to do this.
-
- 30 Nov, 2012 15 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
eir@cis.upenn.edu authored
-
Gabor Greif authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
-
ian@well-typed.com authored
-
-
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
Iavor S. Diatchki authored
The default behavior of :info is to show only those instances of for a type, where all relevant type constructor names are in scope. This keeps down the number of instances shown to the user. In some cases, it is nice to be able to see all instances for a type. This patch implements this with the :info! command.
-
- 29 Nov, 2012 5 commits
-
-
ian@well-typed.com authored
Based on patch from Peter Trommler: From 293495d40f62e691520331a41c6d85d82e120169 Mon Sep 17 00:00:00 2001 From: Peter Trommler <ptrommler@acm.org> Date: Sun, 21 Oct 2012 18:47:01 +0200 Subject: [PATCH] Add configure option to use system provided libffi This fixes track # 5743 and #4496.
-
ian@well-typed.com authored
It looks like it would fail anyway, as it 'show'ed its argument before passing it on to printf.
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
Erik de Castro Lopo authored
-
- 27 Nov, 2012 1 commit
-
-
Simon Marlow authored
-
- 26 Nov, 2012 1 commit
-
-
Gabor Greif authored
-