summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-0719-496/+526
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-072-6/+6
* Update xhtml submoduleHerbert Valerio Riedel2017-09-071-0/+0
* base: Update acosh to handle -1::ComplexAlex Bradley2017-09-051-1/+2
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-0412-87/+102
* Document the Generic(1) lawsRyan Scott2017-09-021-2/+16
* Document the intricacies of ForallC variable quantification betterRyan Scott2017-09-021-0/+29
* Update transformers submoduleHerbert Valerio Riedel2017-09-021-0/+0
* Improve stm haddocksBen Gamari2017-09-011-27/+32
* PackageDb: Explicitly unlock package database before closingBen Gamari2017-08-291-1/+5
* base: Add support for file unlockingBen Gamari2017-08-291-0/+30
* ghc-pkg: Try opening lockfiles in read-write mode firstBen Gamari2017-08-291-8/+14
* Add strict variant of iterateBen Gamari2017-08-257-2/+43
* CNF: Implement compaction for small pointer arraysBen Gamari2017-08-242-0/+9
* Fixed a typo in template-haskell documentationBenjamin Hodgson2017-08-221-1/+1
* Make law for Foldable.length explicitAlain O'Dea2017-08-221-0/+2
* Make the Read instance for Proxy (and friends) ignore precedenceRyan Scott2017-08-228-14/+24
* Revert "Add strict variant of iterate"Ben Gamari2017-08-194-29/+1
* Add strict variant of iterateBen Gamari2017-08-184-1/+29
* Doctests for Data.TupleDavid Luposchainsky2017-08-181-1/+20
* Make function intToSBigNat# preserve sign (fixes #14085)Olivier Chéron2017-08-172-2/+2
* Loads of doc(test)sDavid Luposchainsky2017-08-1714-110/+272
* Convert documentation examples to doctests for ReadP moduleDavid Luposchainsky2017-08-171-73/+54
* Mention the category laws explicitlyDavid Luposchainsky2017-08-171-2/+7
* Add some Monoid doctestsDavid Luposchainsky2017-08-172-4/+38
* Insert missing blank line to fix Applicative docDavid Luposchainsky2017-08-171-0/+1
* Doctest for Void.absurdDavid Luposchainsky2017-08-171-0/+8
* Bump mtl, parsec, text submodules (again)Ryan Scott2017-08-163-0/+0
* Bump mtl, parsec, text submodulesBen Gamari2017-08-153-0/+0
* Add Semigroup/Monoid instances to ST monadBen Gamari2017-08-143-0/+12
* Convert examples to doctests, and add a handful of new onesDavid Luposchainsky2017-08-061-35/+157
* Add forgotten > in Control.ApplicativeOleg Grenrus2017-08-061-1/+1
* Remove the deprecated Typeable{1..7} type synonymsRyan Scott2017-08-052-18/+2
* Add MonadIO Q - by requiring MonadIO => QuasiOleg Grenrus2017-08-053-5/+15
* Bump unix submoduleBen Gamari2017-08-011-0/+0
* Enable building Cabal with parsecHerbert Valerio Riedel2017-08-013-0/+0
* Drop GHC 7.10 compatibilityRyan Scott2017-08-015-50/+10
* Allow Windows to set blank environment variablesHabib Alamin2017-07-316-5/+247
* Follow-up to #13887, for promoted infix constructorsRyan Scott2017-07-291-2/+2
* Add '<&>' operator to Data.Functor. '<&>' calls '<$>' with flipped arguments.Sven Tennie2017-07-295-0/+83
* Ensure that GHC.Stack.callStack doesn't failBen Gamari2017-07-281-1/+4
* Merge types and kinds in DsMetaRyan Scott2017-07-284-788/+994
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-273-122/+27
* base: Introduce GHC.ByteOrderBen Gamari2017-07-242-0/+32
* ghc-prim: Don't allocate a thunk for each unpacked UTF-8 characterBen Gamari2017-07-241-12/+16
* Add a caveat to the GHC.Generics examples about :+: nestingRyan Scott2017-07-241-22/+30
* ghc-prim: Bump versionBen Gamari2017-07-232-2/+2
* Bump integer-gmp versionBen Gamari2017-07-232-2/+8
* Bump a bunch of submodulesBen Gamari2017-07-239-0/+0
* Update autoconf scriptsBen Gamari2017-07-232-10/+24