summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-1444-412/+325
* User should use -package-id flag if value in question is IPID.Edward Z. Yang2015-10-141-1/+1
* Fix GHCi on Arm (#10375).Erik de Castro Lopo2015-10-154-10/+23
* travis: use LLVM 3.7Austin Seipp2015-10-131-3/+3
* Switch to LLVM version 3.7Erik de Castro Lopo2015-10-148-78/+51
* Allow arr ∧ (first ∨ (***)) as minimal definition of Arrow instanceM Farkas-Dyck2015-10-131-7/+4
* base: Add forkOSWithUnmaskJoey Adams2015-10-132-2/+13
* docs: overhaul Derive{Functor,Foldable,Traversable} notesRyanGlScott2015-10-131-136/+207
* Fix incorrect import warnings when methods with identical names are importedÖmer Sinan Ağacan2015-10-139-6/+77
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-1324-64/+200
* Slightly wibble TcSimplify documentationAlexander Berntsen2015-10-131-55/+57
* testsuite: attempt fixing T10935 outputAustin Seipp2015-10-121-1/+6
* Don't inline/apply other rules when simplifying a rule RHS.Andrew Farmer2015-10-123-18/+15
* Reinstate monomorphism-restriction warningsSimon Peyton Jones2015-10-127-23/+39
* Test Trac #10931Simon Peyton Jones2015-10-122-0/+26
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-1218-65/+39
* PPC: Fix right shift by 32 bits #10870Erik de Castro Lopo2015-10-124-6/+29
* compiler/nativeGen/PPC/Ppr.hs: WhitespaceErik de Castro Lopo2015-10-121-7/+7
* Delete ShPackageKey for now.Edward Z. Yang2015-10-104-304/+0
* Testsuite: T3333 still fails on non-linux statically linked ghci (#3333)Thomas Miedema2015-10-101-1/+1
* sphinx: Don't share doctrees between targetsBen Gamari2015-10-101-3/+6
* Rename SpecInfo to RuleInfo (upon SPJ's advice).Edward Z. Yang2015-10-1016-88/+88
* Keep `shift{L,R}` on `Integer` from segfaultingBen Gamari2015-10-102-8/+3
* Add short library names support to Windows linkerTamar Christina2015-10-109-16/+73
* Fix error msg: ghci can't be used with -prof or -static (#10936)Thomas Miedema2015-10-101-1/+1
* Revert "Switch to LLVM version 3.7"Erik de Castro Lopo2015-10-105-24/+30
* Switch to LLVM version 3.7Erik de Castro Lopo2015-10-105-33/+27
* Simplify type of ms_srcimps and ms_textual_imps.Edward Z. Yang2015-10-095-35/+22
* Ignore __pycache__.Edward Z. Yang2015-10-091-0/+1
* Disable man building for most quick build styles.Edward Z. Yang2015-10-0911-0/+11
* Extra files to ignore from the new Restructured documentation.Edward Z. Yang2015-10-091-0/+3
* Move orphan instance/rule warnings to typechecker/desugarer.Edward Z. Yang2015-10-0813-118/+96
* Tests for #10945 and #10946Jan Stolarek2015-10-083-0/+24
* Parser: revert some error messages to what they were before 7.10Thomas Miedema2015-10-078-34/+29
* Allow non-operator infix pattern synonymsMatthew Pickering2015-10-073-1/+7
* Improve error messages for ambiguous type variablesDavid Kraeutmann2015-10-0721-98/+173
* Ensure shiftL/shiftR arguments aren't negativeBen Gamari2015-10-071-2/+6
* AsmCodeGen: Ensure LLVM .line directives are sortedBen Gamari2015-10-071-2/+6
* Documentation for FrontendResultEdward Z. Yang2015-10-061-0/+8
* Comments about TcLevel assignmentSimon Peyton Jones2015-10-061-1/+21
* Comments onlySimon Peyton Jones2015-10-061-0/+3
* Remove dead code: ruleLhsOrphNamesSimon Peyton Jones2015-10-062-17/+1
* Fix kind-var abstraction in SimplUtils.abstractFloatsSimon Peyton Jones2015-10-063-17/+69
* Comments onlySimon Peyton Jones2015-10-061-0/+2
* Deduplicate one-shot/make compile paths.Edward Z. Yang2015-10-055-320/+261
* Testsuite: make driver python 2.6 compatible againThomas Miedema2015-10-051-6/+6
* A few typos in commentsGabor Greif2015-10-053-4/+4
* Testsuite: only add -fno-warn-missed-specialisations for ghc>=7.11Thomas Miedema2015-10-042-0/+8
* Build system: don't create mk/are-validating.mkThomas Miedema2015-10-044-18/+7
* Make Windows linker more robust to unknown sectionsTamar Christina2015-10-037-121/+182