- 28 Aug, 2014 1 commit
-
-
Simon Peyton Jones authored
-
- 22 Aug, 2014 1 commit
-
-
Edward Z. Yang authored
Summary: Previously, GHC would look for instances of wired-in packages in the in-memory package database and null out the version number. This was necessary when the sourcePackageId was used to determine the linker symbols; however, we now use a package key, so only that needs to be updated. Long-term, we can remove this hack by ensuring that Cabal actually records the proper package key in the database. This will also fix an unrelated hack elsewhere. Keeping version numbers means that wired in packages get rendered differently when output by GHC. This is the source of all the test-case output changes. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: validate Reviewers: hvr, austin Subscribers: simonmar, ezyang, carter Differential Revision: https://phabricator.haskell.org/D170
-
- 31 Jul, 2014 1 commit
-
-
Simon Peyton Jones authored
* Deprecate -XOverlappingInstances * Update test suite. Several tests even had entirely unnecessary uses of -XOverlappingInstances * Update user manual with a careful description of the instance resolution story * Fix an outright bug in the handling of duplidate instances in GHCi, which are meant to silently overwrite the earlier duplicate. The logic was right for family instances but was both more complicated, and plain wrong, for class instances. (If you are interested, the bug was that we were eliminating the duplicate from the InstEnv, but not from the [ClsInst] held in tcg_insts.) Test is ghci044a.
-
- 20 Apr, 2014 1 commit
-
-
Austin Seipp authored
Now that we're in development mode, Applicative will soon be a superclass of Monad in HEAD. So let's go ahead and deprecate the -fno-warn-amp flag, remove the checks, and tweak a few tests Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 25 Feb, 2014 1 commit
-
-
Herbert Valerio Riedel authored
This matches GCC's choice of Unicode quotation marks (i.e. U+2018 and U+2019) and therefore looks more familiar on the console. This addresses #2507. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- 14 Sep, 2013 1 commit
-
-
Joachim Breitner authored
(this is related to #3647)
-
- 12 Sep, 2013 1 commit
-
-
Austin Seipp authored
The perf tests can probably be rechecked and tightened a little; I fixed them with AMP the other day but some changes since then have made them wibble perhaps. Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 24 Feb, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 21 Jun, 2012 1 commit
-
-
jpm@cs.ox.ac.uk authored
Most of these tests were written by Nicolas Frisby.
-
- 21 May, 2012 1 commit
-
-
Ian Lynagh authored
-
- 02 Sep, 2011 1 commit
-
-
Simon Peyton Jones authored
-
- 03 Aug, 2011 1 commit
-
-
Simon Peyton Jones authored
-