summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Update transformers submodule to 0.4.3.0 releaseHerbert Valerio Riedel2015-08-091-0/+0
* Make oneShot open-kindedJoachim Breitner2015-08-081-0/+7
* Sync base/changelog.md with GHC 7.10.2 releaseHerbert Valerio Riedel2015-08-071-3/+4
* base: Add missing Traversable instance for ZipListBen Gamari2015-08-072-3/+9
* base: Add instancesfumieval2015-08-065-5/+32
* Add Fixity info for infix typesRyanGlScott2015-08-053-11/+17
* Make sure that `all`, `any`, `and`, and `or` fuse (#9848)Takano Akio2015-08-054-0/+25
* Make Exception datatypes into newtypesRyanGlScott2015-08-053-6/+9
* Drop custom mapM impl for []Ben Gamari2015-08-051-3/+0
* Typos in comments [skip ci]Gabor Greif2015-08-033-3/+3
* Update parallel submodule, and re-enable warningsSimon Marlow2015-08-031-0/+0
* Testsuite: mark tests recently fixed as passing + accept new stderrThomas Miedema2015-07-301-0/+0
* Don't allowInterrupt inside uninterruptibleMaskBen Gamari2015-07-303-4/+24
* Comments onlySimon Peyton Jones2015-07-301-1/+1
* Fallout from more assiduous RULE warningsSimon Peyton Jones2015-07-284-15/+58
* Add UInfixT to TH types (fixes #10522)Michael Smith2015-07-274-10/+37
* Add missing parentheses in eqBigNatWord#Reid Barton2015-07-251-1/+1
* Use isTrue# around primitive comparisons in integer-gmpReid Barton2015-07-251-30/+30
* Library names, with Cabal submodule updateEdward Z. Yang2015-07-231-0/+0
* Update encoding001 to test the full range of non-surrogate code pointsReid Barton2015-07-232-12/+6
* When iconv is unavailable, use an ASCII encoding to encode ASCIIReid Barton2015-07-216-6/+203
* Comments and layout onlySimon Peyton Jones2015-07-211-62/+125
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.8Thomas Miedema2015-07-211-6/+0
* Update submodule hpc with fix for #10529Thomas Miedema2015-07-201-0/+0
* Testsuite: simplify T8089 (#8089)Thomas Miedema2015-07-202-30/+13
* Support wild cards in TH splicesThomas Winant2015-07-203-0/+8
* Testsuite: mark array001 and conc034 expect_broken_for(#10659, ['optasm',...])Thomas Miedema2015-07-181-0/+0
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-174-1/+5
* Docs: `sortOn = sortBy (comparing f)` [skip ci]Thomas Miedema2015-07-161-1/+1
* Testsuite: rename *.stderr-ghc to *.stderrThomas Miedema2015-07-143-59/+4
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-142-3/+1
* Fix self-contained handling of ASCII encodingBen Gamari2015-07-103-18/+49
* Delete the WayPar wayThomas Miedema2015-07-104-38/+1
* Export more types from GHC.RTS.Flags (#9970)RyanGlScott2015-07-072-7/+16
* Generalize `Control.Monad.forever`Ben Gamari2015-07-072-2/+4
* Deferred type errors now throw TypeError (#10284)David Kraeutmann2015-07-072-2/+17
* Remove all *.stderr/stdout-hugs filesThomas Miedema2015-07-068-553/+0
* Fix typo [skip ci] (#10605)Thomas Miedema2015-07-051-1/+1
* Generalize traceM, traceShowM (fixes #10023)RyanGlScott2015-07-032-6/+9
* bin-package-db: copy paste writeFileAtomic from CabalThomas Miedema2015-07-021-23/+8
* Comments onlyReid Barton2015-06-251-0/+4
* Drop prefix from package keys.Edward Z. Yang2015-06-241-0/+0
* Change `Typeable` instance for type-lis to use the Known* classes.Iavor S. Diatchki2015-06-211-1/+10
* Make GHC install libraries to e.g. xhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.Edward Z. Yang2015-06-202-0/+3
* Make enum01/enum02/enum03 tests clang-compatibleReid Barton2015-06-165-9/+42
* Add `Monoid` instance for `IO`Gabriel Gonzalez2015-06-162-0/+6
* Increase constraint tuple limit to 62 (Trac #10451)Nick Terrell2015-06-141-1/+292
* Fix typo in `traceShowM` haddock comment (#10392)Thomas Miedema2015-06-121-2/+2
* Delete _MSC_VER when not necessary, fix #10511Bernard Desmyter2015-06-124-6/+6
* Removes all occurrences of __MINGW32__ (#10485)Thomas Miedema2015-06-116-24/+24