summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump Win32 submoduleBen Gamari2017-04-031-0/+0
* array: Clear up inconsistency in T9220 outputBen Gamari2017-04-021-0/+0
* Update containers submodule to official 0.5.10.2David Feuer2017-04-021-0/+0
* Report heap overflow in the same way as stack overflowSimon Marlow2017-04-023-7/+11
* base: Check for path separators chars in openTempFile' template stringBen Gamari2017-03-291-2/+6
* Bump array submoduleBen Gamari2017-03-261-0/+0
* Bump array submoduleBen Gamari2017-03-261-0/+0
* testsuite: Add 32-bit output for compact_share testBen Gamari2017-03-262-0/+4
* testsuite: Note x87 terribleness in num009Ben Gamari2017-03-261-1/+5
* Typos in comments (notes too) [ci skip]Gabor Greif2017-03-241-1/+1
* Make unsafeInterleaveST less unsafeDavid Feuer2017-03-225-10/+56
* Bump unix submoduleBen Gamari2017-03-211-0/+0
* Fix Windows x86 buildTamar Christina2017-03-201-0/+0
* GHC.Word: Move Read instances to GHC.ReadErik de Castro Lopo2017-03-173-24/+27
* Bump unix submoduleBen Gamari2017-03-151-0/+0
* Decrease locked region size on Windows to fix ERROR_LOCK_INVALID_RANGEAndrzej Rybczak2017-03-151-4/+4
* Typos in manual and commentsGabor Greif2017-03-142-3/+3
* Typeable: Fix remaining typeRepX referencdsBen Gamari2017-03-133-24/+24
* Make exports from Data.Typeable and Type.Reflection consistentRyan Scott2017-03-132-3/+12
* Maybe Monoid doc: "is no semigroup" -> "used to be no semigroup"Chris Martin2017-03-131-2/+2
* Elaborate further on ZipList Applicative docsChris Martin2017-03-131-5/+13