summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Conc/Windows.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix binary distributionTamar Christina2019-08-131-1/+0
* Remove purely external primopsJohn Ericson2019-07-141-0/+1
* Replace atomicModifyMutVar#David Feuer2018-07-151-7/+6
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+6
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+2
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-161-1/+1
* win32/base: Remove redundant importAustin Seipp2015-03-191-1/+0
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-071-3/+2
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+2
* Fix windows breakage from 5ed12810e0972b1e due to import cyclesHerbert Valerio Riedel2014-09-221-3/+2
* Fix potential `mingw32_HOST_OS` -Werror failureHerbert Valerio Riedel2014-09-201-2/+1
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-271-1/+1
* Add missing/remove redundant `{-# LANGUAGE CPP #-}`sHerbert Valerio Riedel2013-09-281-1/+1
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-2/+1
* Remove commented types in module export listsIan Lynagh2012-10-271-5/+5
* Don't use stdcall on Win64: It isn't supported; ccall is used insteadIan Lynagh2012-05-161-1/+11
* Use RTS version of getMonotonicNSec on Windows (#6061)Paolo Capriotti2012-05-081-10/+6
* Replace getUSecOfDay with monotonic timer (#5865)Paolo Capriotti2012-04-171-5/+13
* Update base for latest Safe Haskell.David Terei2011-10-251-1/+2
* Update base for new Safe Haskell designDavid Terei2011-10-251-0/+1
* Fix build on WindowsIan Lynagh2011-10-141-1/+1
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-14/+2
* add missing extensions for WindowsSimon Marlow2011-01-311-1/+2
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* Remove a redundant fromIntegralIan Lynagh2010-11-201-1/+1
* Integrated new I/O managerSimon Marlow2010-08-101-0/+335