summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Bump base to 4.11.0.0Ben Gamari2017-09-2117-6/+6
* base: Add changelog entry for withTypeable generalizationBen Gamari2017-09-211-0/+3
* Typeable: Generalize kind of represented typeBen Gamari2017-09-211-2/+3
* Typeable: Allow App to match arrow typesBen Gamari2017-09-213-7/+75
* Add 'stm' package to the global package databaseHerbert Valerio Riedel2017-09-201-0/+0
* Make zipWith and zipWith3 inlinable.HE, Tao2017-09-192-6/+11
* Restore function powModSecIntegerOlivier Chéron2017-09-194-1/+112
* base: Add more detail to FD_SETSIZE related error messageNiklas Hambüchen2017-09-191-2/+1
* base: Make it less likely for fdReady() to fail on Windows sockets.Niklas Hambüchen2017-09-191-0/+16
* base: Fix fdReady() returning immediately for pipes on Windows.Niklas Hambüchen2017-09-191-16/+30
* base: Fix fdReady() potentially running forever for Windows Char devices.Niklas Hambüchen2017-09-191-1/+10
* base: Fix fdReady() potentially running forever on Windows.Niklas Hambüchen2017-09-191-10/+20
* base: fdReady(): Improve accuracy and simplify code.Niklas Hambüchen2017-09-191-21/+10
* Generalise constraint on `instance Monoid (Maybe a)` to SemigroupHerbert Valerio Riedel2017-09-192-4/+8
* base: Fix missing import of Control.Monad.FailBen Gamari2017-09-171-0/+1
* base: Add missing MonadFail instance for strict STBen Gamari2017-09-162-0/+6
* base: Enable TypeInType in Data.Type.EqualityBen Gamari2017-09-161-0/+1
* base: Fix mixed tabs/spaces indentation in inputReady.cNiklas Hambüchen2017-09-151-81/+80
* Bump primitive submoduleBen Gamari2017-09-141-0/+0
* Model divergence of retry# as ThrowsExn, not DivergesBen Gamari2017-09-131-0/+0
* Simplify Data.Type.Equality.==David Feuer2017-09-135-184/+54
* Better document TypeRep patternsBen Gamari2017-09-131-1/+27
* Add non-ASCII isLetter True exampleChris Martin2017-09-131-0/+2
* Fix @since annotations in GHC.StatsDmitry Ivanov2017-09-131-3/+3
* Make IntPtr and WordPtr as instance of Data.Data typeclass, fix #13115HE, Tao2017-09-132-0/+10
* Clarify Data.Data documentationDavid Feuer2017-09-131-6/+18
* Remove now redundant cabal conditionals in {ghc,template-haskell}.cabalHerbert Valerio Riedel2017-09-091-10/+4
* 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