| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Constant-fold `__GLASGOW_HASKELL__` CPP conditionals | Herbert Valerio Riedel | 2013-09-17 | 1 | -5/+1 |
| | | | | | | | | | | | Now that HUGS and NHC specific code has been removed, this commit "folds" the now redundant `#if((n)def)`s containing `__GLASGOW_HASKELL__`. This renders `base` officially GHC only. This commit also removes redundant `{-# LANGUAGE CPP #-}`. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> | ||||
| * | Update base for new Safe Haskell design | David Terei | 2011-10-25 | 1 | -1/+1 |
| | | |||||
| * | Implement unsafeLocalState by unsafeDupablePerformIO, not | Simon Marlow | 2011-07-18 | 1 | -1/+1 |
| | | | | | | | unsafePerformIO. The latter is more efficient, and will work correctly for clients that are using unsafeLocalState for its documented uses. | ||||
| * | SafeHaskell: Added SafeHaskell to base | David Terei | 2011-06-18 | 1 | -0/+49 |
