- Mar 10, 2014
-
-
Simon Peyton Jones authored
-
- Mar 07, 2014
-
-
Simon Peyton Jones authored
When deriving Functor, Foldable, Traversable, we need only look at the way that the last type argument is treated. It's fine for there to be existentials etc, provided they don't affect the last type argument. See Note [Check that the type variable is truly universal] in TcDeriv.
-
- Feb 28, 2014
-
-
Austin Seipp authored
Thanks to George Colpitts for helping us remember this! Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Austin Seipp authored
Notably, GND is now usable with Safe Haskell. Also, Coercible now is in Data.Coerce canonically, and we added some more instances. Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Feb 27, 2014
-
-
Simon Marlow authored
See documentation for details.
-
- Feb 19, 2014
-
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Carter Schonwald authored
add more information about the nature of support of prefetch primops on none x86/AMD64 -fasm platforms (and -fvia) to the 7.8 release notes Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Feb 13, 2014
-
-
Joachim Breitner authored
-
- Feb 07, 2014
-
-
Richard Eisenberg authored
-
- Feb 06, 2014
-
-
Krzysztof Gogolewski authored
Suggested by Gabor Greif on ghc-devs
-
- Feb 05, 2014
-
-
Krzysztof Gogolewski authored
-
- Feb 04, 2014
-
-
Krzysztof Gogolewski authored
type holes -> typed holes, reorder, minor changes
-
- Feb 01, 2014
-
-
Gabor Greif authored
-
Krzysztof Gogolewski authored
-
- Jan 30, 2014
-
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Jan 29, 2014
-
-
Jan Stolarek authored
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Jan 28, 2014
-
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Ben Gamari authored
The binutils linker on ARM emits unnecessary R_ARM_COPY relocations which breaks tables-next-to-code in dynamically linked modules. This check should be more selective but there is currently no released version where this bug is fixed. See https://sourceware.org/bugzilla/show_bug.cgi?id=16177 and https://ghc.haskell.org/trac/ghc/ticket/4210#comment:29 for details. Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Ben Gamari authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Jan 27, 2014
-
-
awson authored
This fixes #7134 Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Jan 26, 2014
-
-
Krzysztof Gogolewski authored
This change seems worth mentioning
-
Gabor Greif authored
-
Gabor Greif authored
-
Gergő Érdi authored
-
- Jan 23, 2014
-
-
Gabor Greif authored
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Jan 22, 2014
-
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Austin Seipp authored
In particular, spell out the current dynamic situation, clean up the FIXMEs and xrefs, and don't forget to mention InterruptibleFFI. Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Jan 15, 2014
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Austin Seipp authored
After some discussion on ghc-devs@ and elsewhere, it seemed favorable to make this change as type holes don't let any invalid programs though, they merely change what the compiler reports in case of certain errors (namely unbound occurrences, or _ appearing on a LHS.) Now, the warning mechanism is controlled by -f[no-]warn-type-errors, just like any other regular warning. Again, on by default. The documentation and tests have been updated accordingly. Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Jan 14, 2014
-
-
Richard Eisenberg authored
This applies the changes in commit a924debc to the PDF file.
-
- Jan 12, 2014
-
-
Gabor Greif authored
Richard, you may want to regenerate the PDF as I get ! LaTeX Error: File `stmaryrd.sty' not found. with my setup and do not want to mess things up. Also for me ?? appear twice on top of the page 13 and I have tp 'rm core-spec.pdf; make' to get it right.
-
- Jan 10, 2014
-
-
Richard Eisenberg authored
This change is just some documentation around ignoring the context of an enclosing instance when processing `deriving` clauses of an associated data instance.
-
Richard Eisenberg authored
We do *not* propagate kind information from an instance declaration's members back into the instance head.
-