summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Error msg wibbles from reduced module prefixesSimon Peyton Jones2015-04-0711-296/+262
* Fake (->) fixity declaration (#10145)Oleg Grenrus2015-04-025-0/+10
* Add Monad instance for `((,) a)` (#10190)Fumiaki Kinoshita2015-03-252-0/+2
* Minor bump `base` version to 4.8.1.0Herbert Valerio Riedel2015-03-231-2/+2
* Three other test updates following the fix to Trac #7854Simon Peyton Jones2015-03-042-21/+23
* Two kind-polymorphism fixes (Trac #10122)Simon Peyton Jones2015-03-023-0/+8
* Error out on `Main` without `main` in GHCi (#7765)Thomas Miedema2015-02-236-7/+7
* Do not share T9878.hs between test T9878 and T9878bSimon Peyton Jones2015-02-113-2/+8
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-166-0/+21
* Pattern synonym names need to be in scope before renaming bindings (#9889)Dr. ERDI Gergo2015-01-091-1/+1
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-067-5/+10
* Modify a couple of error messages slightlySimon Peyton Jones2015-01-062-38/+37
* Make the location in TcLclEnv and CtLoc into a RealSrcSpanSimon Peyton Jones2015-01-063-5/+5
* Run T9762 only if dynamic libraries are availableJoachim Breitner2014-12-271-2/+5
* Fix linker interaction between Template Haskell and HPC (#9762)Reid Barton2014-12-236-1/+20
* For :info, return all matching Names, rather than complaining about ambiguitySimon Peyton Jones2014-12-223-0/+36
* Strip leading whitespace before checking if a statement looks like a declarat...Dr. ERDI Gergo2014-12-223-0/+15
* Add expected output to T9915 testDr. ERDI Gergo2014-12-212-0/+4
* Check dflags for language extensions when deciding if "foreign " and "deriving "Dr. ERDI Gergo2014-12-212-0/+6
* Rewrite `Coercible` solverRichard Eisenberg2014-12-124-1/+16
* Filter instance visibility based on set of visible orphans, fixes #2182.ghc-instvisEdward Z. Yang2014-11-2910-0/+140
* 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