Skip to content

Tags: nspin/halvm-ghc

Tags

ghc-7.6.2-release

Toggle ghc-7.6.2-release's commit message
Tweak ANNONCE

ghc-7.6.1-release

Toggle ghc-7.6.1-release's commit message
Fix build

ghc-7.4.2-release

Toggle ghc-7.4.2-release's commit message
Read the source file timestamp *before* preprocessing (#6106)

MERGED from commit d82da29

ghc-7.4.1-release

Toggle ghc-7.4.1-release's commit message
Update ANNOUNCE for 7.4.1

ghc-7.2.2-release

Toggle ghc-7.2.2-release's commit message
Set configure.ac to build the 7.2.2 release

ghc-7.2.1-release

Toggle ghc-7.2.1-release's commit message
Expand on the unicode changes in the release notes

ghc-darcs-git-switchover

Toggle ghc-darcs-git-switchover's commit message
Introducing a datatype for WorkLists that properly prioritizes equali…

…ties.

We were not prioritizing the interaction of equalities in the worklist, because
pre-canonicalization solved the constraints one by one, in their arrival order.
This patch fixes this, so it's a generally useful improvement, mainly for
efficiency. It makes #4981 go away, although it's not a definite answer to the
cause of the problem. See discussion on Trac.