summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Fixes ghci :unset -X<ext> so that it doesn't fail to reverse option. (fixes t...Muhaimin Ahsan2014-11-215-0/+104
* Wibbles (usually improvements) to error messagesSimon Peyton Jones2014-11-212-3/+5
* Hide `Data.OldList` moduleHerbert Valerio Riedel2014-11-201-2/+2
* Add support for pattern synonym type signatures.Dr. ERDI Gergo2014-11-201-1/+1
* ghc generates more user-friendly error messagesMike Izbicki2014-11-191-2/+6
* When outputting list of available instances, sort it.Edward Z. Yang2014-11-181-1/+1
* Testsuite wibble due to #9404Richard Eisenberg2014-11-122-4/+6
* Fix #9788 by giving `coerce` the right type.Richard Eisenberg2014-11-121-3/+1
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-3/+3
* Move Data.Functor.Identity from transformers to baseHerbert Valerio Riedel2014-11-101-3/+3
* Update User's Guide, cleanup DynFlagsJan Stolarek2014-11-061-9/+9
* Remove redundant contexts from Foldable methodsDavid Feuer2014-11-051-2/+1
* Do not use a relative path for echo in tests/ghci/prog013.Gintautas Miliauskas2014-10-291-1/+1
* Extra CRs are now filtered out from the source file for :list.Gintautas Miliauskas2014-10-295-0/+21
* Normalise package key hash to make tests less fragile.Edward Z. Yang2014-10-272-4/+11
* testsuite: Fix outdated output for T5979/safePkg01Austin Seipp2014-10-261-3/+3
* Implementation of hsig (module signatures), per #9252Edward Z. Yang2014-10-241-3/+3
* Enabled warn on tabs by default (fixes #9230)Mateusz Lenik2014-10-211-1/+1
* Use correct precedence when printing contexts with class operatorsSimon Peyton Jones2014-10-074-4/+10
* Basic Python 3 support for testsuite driver (Trac #9184)Krzysztof Gogolewski2014-10-011-2/+2
* Extend `Foldable` class with `length` and `null` methodsHerbert Valerio Riedel2014-09-281-1/+3
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-214-4/+12
* Set up framework for generalising Data.List to FoldablesHerbert Valerio Riedel2014-09-201-2/+2
* Move Applicative/MonadPlus into GHC.BaseHerbert Valerio Riedel2014-09-182-5/+5
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-163-22/+22
* Add the ability to :set -l{foo} in ghci, fix #1407.archblob2014-09-162-0/+6
* Export `Traversable()` and `Foldable()` from PreludeHerbert Valerio Riedel2014-09-153-0/+8
* Fixup test-case broken by Follow-up to b53c95fe621Herbert Valerio Riedel2014-09-131-1/+1
* Bump `base` version to 4.8.0.0 for realHerbert Valerio Riedel2014-09-091-3/+3
* Make Applicative a superclass of MonadAustin Seipp2014-09-097-5/+14
* Change testsuite to not use old-style file package databasesDuncan Coutts2014-08-291-3/+3
* Wibbles to "...plus N others" error message about instances in scopeSimon Peyton Jones2014-08-281-3/+2
* Do not zero out version number when processing wired-in packages.Edward Z. Yang2014-08-221-2/+3
* Correct checkStrictBinds for generalised typearchblob2014-08-193-0/+20
* ghci/scripts/ghci016: Add implementation for negateBen Gamari2014-08-181-0/+1
* Testsuite wibbles around #9200Richard Eisenberg2014-08-121-2/+2
* Thinning and renaming modules from packages on the command line.Edward Z. Yang2014-08-051-1/+4
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-0/+3
* Fix up ghci044Simon Peyton Jones2014-07-312-0/+6
* Complete work on new OVERLAPPABLE/OVERLAPPING pragmas (Trac #9242)Simon Peyton Jones2014-07-318-24/+41
* Do not print the result of 'main' after invoking ':main' (fixes #9086).Gintautas Miliauskas2014-07-073-0/+4
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-281-2/+0
* Tidy up the printing of single-predicate contextsSimon Peyton Jones2014-06-202-3/+3
* accept T9181 outputSimon Marlow2014-06-171-0/+4
* Fixes #95 :edit command should jump to the last errorLorenzo Tabacchini2014-06-136-0/+29
* Fix tyConToIfaceDecl (Trac #9190)Simon Peyton Jones2014-06-111-4/+4
* Pretty-print built in synonym families in interfacesJoachim Breitner2014-06-072-1/+51
* Test case for #9181 (:browse GHC.TypeLits panic)Joachim Breitner2014-06-072-0/+2
* Test case: GHCi uses UnicodeSyntax if the loaded file uses it.Joachim Breitner2014-06-064-0/+29
* Use UnicodeSyntax when printingJoachim Breitner2014-06-064-0/+63