- Dec 02, 2012
-
-
Ian Lynagh authored
Leave it to 'git submodule init/update'
-
Ian Lynagh authored
-
Ian Lynagh authored
-
git://github.com/phonohawk/ghcIan Lynagh authored
-
- Dec 01, 2012
-
-
Ian Lynagh authored
Based on a patch from Thorkil Naur.
-
-
Richard Eisenberg authored
-
Richard Eisenberg 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.
-
- Nov 30, 2012
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Richard Eisenberg authored
-
Gabor Greif authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
-
Ian Lynagh authored
-
-
Andrew Farmer authored
-
-
Ian Lynagh authored
-
Ian Lynagh 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.
-
- Nov 29, 2012
-
-
Ian Lynagh 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 Lynagh authored
It looks like it would fail anyway, as it 'show'ed its argument before passing it on to printf.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Erik de Castro Lopo authored
-
- Nov 27, 2012
-
-
Simon Marlow authored
-
- Nov 26, 2012
-
-
Gabor Greif authored
-
-
Simon Peyton Jones authored
Fixes Trac #7404
-
Simon Peyton Jones authored
Trac #7410 pointed out a terrible error message, which is much improved by this patch.
-
Simon Peyton Jones authored
See Note [Newtype constructor usage in foreign declarations] in TcForeign. It's quite non-trivial to say which newtype constructor are used in foreign import/export declarations, and I had to do a bit of refactoring to achieve it. (Say hello to the X5 bus from Oxford to Cambridge.) It's a bit tiresome, with some more plumbing, but not hard. Trac #7048 triggered this change.
-
Simon Peyton Jones authored
Fixes Trac #7451. See Note [Kind Constraint and kind *] in Kind.lhs.
-
- Nov 25, 2012
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Nov 24, 2012
-
-
PHO authored
The workaround described in note [darwin-x86-pic] applies to Darwin/PPC too.
-
- Nov 23, 2012
-
-
Ian Lynagh authored
This reverts commit eb5196c4. For some reason it didn't work, and I don't have time to look into it right now.
-
Ian Lynagh authored
-