summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Move Const to own module in Data.Functor.Const and enable PolyKindsShane O'Brien2015-12-214-29/+73
* Warn about unused type variables in type familiesMichał Sośnicki2015-12-215-28/+28
* Modify IsString String instance (fixes #10814)Dan Doel2015-12-212-10/+45
* fix typoHerbert Valerio Riedel2015-12-181-1/+1
* Move Data.Functor.(Classes,Compose,Product,Sum) into baseRyanGlScott2015-12-176-0/+751
* IO Handles: update comments [skip ci]Thomas Miedema2015-12-173-7/+11
* Testsuite: #10712 is fixedThomas Miedema2015-12-171-1/+1
* Note [The equality types story] in TysPrimRichard Eisenberg2015-12-161-7/+6
* GHC.Stack: Fix Haddock markupBen Gamari2015-12-162-3/+9
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-1618-22/+22
* base: NonEmpty: Fix documentation exampleBen Gamari2015-12-151-1/+1
* Comments on equality types and classesSimon Peyton Jones2015-12-151-5/+15
* Mention "handle is semi-closed" in error messagesThomas Miedema2015-12-153-12/+16
* Use idiomatic way to tell Autoconf the c compilerHerbert Valerio Riedel2015-12-141-4/+1
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-125-38/+81
* Implement -fwarn-missing-pat-syn-sigsMatthew Pickering2015-12-121-0/+1
* Add kind equalities to GHC.Richard Eisenberg2015-12-1111-56/+102
* More typos in comments/docsGabor Greif2015-12-091-1/+1
* An assortment of typosGabor Greif2015-12-081-1/+1
* Associate ErrorCall pattern with ErrorCall typeHerbert Valerio Riedel2015-12-083-5/+3
* Use TypeLits in the meta-data encoding of GHC.GenericsRyanGlScott2015-12-072-161/+206
* Tweak use of AC_USE_SYSTEM_EXTENSIONSHerbert Valerio Riedel2015-12-061-5/+3
* Use builtin ISO 8859-1 decoder in mkTextEncodingHerbert Valerio Riedel2015-12-041-0/+2
* Use Autoconf's AC_USE_SYSTEM_EXTENSIONSHerbert Valerio Riedel2015-12-041-0/+5
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-1/+1
* Remove redundant `#if`sHerbert Valerio Riedel2015-11-292-12/+0
* Libdw: Handle failure to grab session for location lookupBen Gamari2015-11-262-7/+12
* update link to MonadFail proposalHerbert Valerio Riedel2015-11-251-1/+2
* base: Add Haskell interface to ExecutionStackBen Gamari2015-11-233-0/+285
* base: Delete errant GHC/Stack.hscBen Gamari2015-11-202-133/+1
* Unbreak Text.Read.Lex.lex on Unicode symbolsM Farkas-Dyck2015-11-191-4/+15
* base: Documentation for TypeErrorBen Gamari2015-11-182-0/+29
* MonadFail proposal, phase 1David Luposchainsky2015-11-173-1/+26
* Implement OverloadedLabelsAdam Gundry2015-11-172-0/+49
* Implement support for user-defined type errors.Iavor S. Diatchki2015-11-161-0/+27
* Data.List.isSubsequenceOf documentation clarificationJustin Raymond2015-11-161-2/+3
* Weaken monadic list operations to ApplicativeBen Gamari2015-11-162-22/+23
* Rip out __HADDOCK__ referencesBen Gamari2015-11-143-13/+1
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-1310-171/+396
* New magic function for applying realWorld#Ben Gamari2015-11-122-59/+4
* Improve documentation of Data.List.lines:Eric Mertens2015-11-111-0/+14
* Cabal-level sanity check to enforce Cabal flag-invariantHerbert Valerio Riedel2015-11-031-0/+5
* Build system: renable -Wall on validate (base)Thomas Miedema2015-11-033-3/+2
* Add `MonadPlus IO` and `Alternative IO` instancesHerbert Valerio Riedel2015-11-034-4/+19
* base: Add new Control.Monad.Fail module (re #10751)Herbert Valerio Riedel2015-11-034-0/+86
* base: Add changelog entry for 4.8.2.0Ben Gamari2015-11-021-0/+10
* base: GHC.RTS.Flags symbols really were introduced in 4.8.2Ben Gamari2015-11-021-6/+6
* base: Update `@since 4.8.2` annotations (re #11026)Herbert Valerio Riedel2015-11-027-18/+18
* Bump ghc-prim version to 0.5.0.0 (closes #11043)Herbert Valerio Riedel2015-11-011-1/+1
* Bump `base` version to 4.9.0.0 (closes #11026)Herbert Valerio Riedel2015-11-012-4/+4