summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* base: Explicitly mark Data.Either.{left,right} as INLINABLEBen Gamari2017-05-201-0/+2
* CNF: Silence pointer fix-up message unless gc debugging is enabledBen Gamari2017-05-201-1/+0
* Fix Haddock markupAlexey Vagarenko2017-05-191-1/+1
* Insert missing newlineFrederik Hanghøj Iversen2017-05-181-1/+1
* Update unix submoduleBen Gamari2017-05-141-0/+0
* Update autoconf scripts from correct sourceBen Gamari2017-05-114-142/+218
* Update autoconf scriptsBen Gamari2017-05-114-214/+138
* bump config.{guess,sub}Moritz Angermann2017-05-114-186/+362
* Bump Cabal submodule to the 2.0.0.0 tagBen Gamari2017-05-071-0/+0
* base: Fix documentation for forkIOWithUnmaskBen Gamari2017-05-071-1/+1
* hpc: Output a legend at the top of output filesSantiago Munin2017-05-041-0/+0
* Fix comment for compact regionTakenobu Tani2017-05-042-3/+3
* Comments only, about Typeable/TypeRep/KindRepSimon Peyton Jones2017-05-041-1/+1
* Improve fixIODavid Feuer2017-05-031-7/+13
* Bump array submoduleBen Gamari2017-05-011-0/+0
* Prefer #if defined to #ifdefBen Gamari2017-04-2834-155/+155
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-1/+1
* nativeGen: Use SSE2 SQRT instructionBen Gamari2017-04-281-0/+5
* Bump process to 1.6Ben Gamari2017-04-271-0/+0
* Update Cabal submodule, with necessary wibbles.Edward Z. Yang2017-04-262-11/+6
* Add instances for Data.Ord.DownAdam Sandberg Eriksson2017-04-256-3/+43
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-237-32/+8
* Fix compilation for !HAVE_FLOCKHerbert Valerio Riedel2017-04-231-0/+4
* skip T13525 when running on Windows.Tamar Christina2017-04-231-1/+1
* Bump time submoduleBen Gamari2017-04-211-0/+0
* Bump filepath submoduleBen Gamari2017-04-211-0/+0
* Bump deepseeq submoduleBen Gamari2017-04-211-0/+0
* base: update comment to match the change from e134af01Andrzej Rybczak2017-04-211-3/+2
* Sync up terminfo submodule to 0.4.1.0 release tagHerbert Valerio Riedel2017-04-221-0/+0
* Bump haskeline and terminfo submodulesBen Gamari2017-04-211-0/+0
* base: Fix hWaitForInput with timeout on POSIXBen Gamari2017-04-213-12/+35
* base: Fix offset initialization of Windows hLock implementationBen Gamari2017-04-211-3/+2
* Sync up haskeline submodule to 0.7.4.0 release tagHerbert Valerio Riedel2017-04-211-0/+0
* Update xhtml submodule to potential 3000.2.2 release commitHerbert Valerio Riedel2017-04-181-0/+0
* Fix space leak in sortByGregory2017-04-171-3/+6
* base: Track timer PSQ timeouts as Word64 instead of DoubleBen Gamari2017-04-177-24/+33
* Fix typo in ReadP (succeds -> succeeds)Chris Martin2017-04-121-1/+1
* base: Implement bit casts between word and float typesErik de Castro Lopo2017-04-122-1/+159
* base: Fix erroneous reference to Data.Reflection in documentationBen Gamari2017-04-101-1/+1
* Improve `readChan` documentation:Ömer Sinan Ağacan2017-04-101-1/+7
* base: Run num009 with -msse2 on i386Ben Gamari2017-04-061-1/+7
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-1/+1
* test for HAVE_CLOCK_GETTIME definednessGabor Greif2017-04-051-1/+1
* Typos in comments [ci skip]Gabor Greif2017-04-051-1/+1
* base: Mark unfold as deprecatedBen Gamari2017-04-042-0/+5
* Add Alternative instance for ZipList (fix #13520).Edvard Hübinette2017-04-042-1/+11
* base: Add test for #8684Ben Gamari2017-04-042-0/+17
* base: Add test for #13525Ben Gamari2017-04-042-0/+8
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-1/+1
* compact: Clarify mutability restrictionBen Gamari2017-04-031-9/+11