summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for #13862: Optional "-v" not allowed with :load in GHCiroland2018-09-161-1/+1
* Simplify testsuite driverKrzysztof Gogolewski2018-08-111-1/+1
* Make some tests robust against DEBUG compilerRichard Eisenberg2018-07-141-9/+9
* Handle abi-depends correctly in ghc-pkgTobias Dammers2018-06-021-8/+8
* Revert "ghc-pkg: recompute `abi-depends` for updated packages"Ben Gamari2018-05-211-12/+8
* ghc-pkg: recompute `abi-depends` for updated packagesAustin Seipp2018-05-201-8/+12
* Bump base to version 4.12.0.0Ryan Scott2018-04-197-7/+7
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-137-7/+7
* Kill off irrefutable pattern errorsDavid Feuer2018-01-151-1/+1
* Bump base to 4.11.0.0Ben Gamari2017-09-217-8/+8
* Mention which -Werror promoted a warning to an errorÖmer Sinan Ağacan2017-07-115-21/+6
* Make -w less aggressive (Trac #12056)Sean Gillespie2017-06-121-1/+1
* Typos in manual and commentsGabor Greif2017-03-141-1/+1
* tests: remove extra_files.py (#12223)Reid Barton2017-02-262-17/+28
* Type-indexed TypeableBen Gamari2017-02-181-1/+2
* Typos and grammar in manual/commentsGabor Greif2017-01-231-1/+1
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-225-159/+54
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-181-1/+1
* Typos in manual, comments and testsGabor Greif2017-01-121-1/+1
* TH: Add Trustworthy language pragmaErik de Castro Lopo2017-01-082-5/+4
* base: Bump version to 4.10.0.0Ben Gamari2016-12-157-13/+13
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-074-8/+8
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-2937-84/+84
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-1137-95/+95
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-3/+3
* The Backpack patch.Edward Z. Yang2016-10-083-6/+7
* Implement deriving strategiesRyan Scott2016-09-301-1/+1
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-202-10/+10
* testsuite/ImpSafe03: Normalize version of bytestringBen Gamari2016-05-161-1/+3
* Adjust testsuite output to bytestring-0.10.8.0Joachim Breitner2016-05-044-4/+4
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-172-2/+2
* Add test for incompatible flags (issue #11580)Kai Harries2016-03-203-0/+11
* Print which flag controls emitted SafeHaskell warningsHerbert Valerio Riedel2016-02-2719-54/+56
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-2514-0/+0
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-232-4/+4
* Testsuite: pass '-s --no-print-directory' to MAKEThomas Miedema2016-02-212-4/+4
* Another batch of typo fixes in non-codeGabor Greif2016-02-111-1/+1
* Visible type applicationRichard Eisenberg2015-12-242-16/+16
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-212-2/+2
* Removed colon append operation (fixes #10785)Ben Gamari2015-12-111-4/+4
* More typos in comments/docsGabor Greif2015-12-091-2/+2
* Update bytestring submoduleHerbert Valerio Riedel2015-12-024-6/+6
* Implement new -XTemplateHaskellQuotes pragmaHerbert Valerio Riedel2015-11-291-6/+5
* Function definition in GHCiRoman Shatsov2015-11-211-1/+5
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-131-1/+1
* Give helpful advice when a fully qualified name is not in scopeJoachim Breitner2015-11-131-8/+9
* Bump ghc-prim version to 0.5.0.0 (closes #11043)Herbert Valerio Riedel2015-11-011-8/+8
* Bump `base` version to 4.9.0.0 (closes #11026)Herbert Valerio Riedel2015-11-0110-17/+17
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-144-12/+13
* base: use Show for ErrorCall in uncaughtExceptionHandlerEric Seidel2015-09-211-0/+2