- 22 Jun, 2012 6 commits
-
-
Ian Lynagh authored
Technically the behaviour of sortWith has changed, as it used x `le` y = get_key x < get_key y (note "<" rather than "<="), but I assume that that was just a mistake.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
We can now rely on it being available from Data.Function
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 21 Jun, 2012 5 commits
-
-
jpm@cs.ox.ac.uk authored
-
jpm@cs.ox.ac.uk authored
This completes the support for generic programming introduced in GHC 7.2. Generic1 allows defining generic functions that operate on type containers, such as `fmap`, for instance. Along the way we have fixed #5936 and #5939, allowing deriving Generic/Generic1 for data families, and disallowing deriving Generic/Generic1 for instantiated types. Most of this patch is Nicolas Frisby's work.
-
td123 authored
Fixes http://hackage.haskell.org/trac/ghc/ticket/5992
-
-
Simon Peyton Jones authored
See the discussion in Trac #4361. The change fixes a regression in test IPRun.
-
- 20 Jun, 2012 11 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
Also, -read-dot-ghci is now gone. We now have -no-ignore-dot-ghci instead.
-
Ian Lynagh authored
-
- 19 Jun, 2012 6 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
pcapriotti authored
-
reinerp authored
-
pcapriotti authored
-
- 18 Jun, 2012 7 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
It isn't really an option at all
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 17 Jun, 2012 3 commits
-
-
Ian Lynagh authored
-
http://darcs.haskell.org//ghcIan Lynagh authored
-
pcapriotti authored
Patch by Samuel Thibault. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659530.
-
- 16 Jun, 2012 2 commits
-
-
http://darcs.haskell.org//ghcIan Lynagh authored
-
http://darcs.haskell.org//ghcIan Lynagh authored
-