[commit: packages/base] master: Remove Hugs98 specific code (322ab4e)
git at git.haskell.org
git at git.haskell.org
Tue Sep 17 10:42:12 CEST 2013
Repository : ssh://git@git.haskell.org/base
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/322ab4ea38aad8bfe6a901cb8d052e8eff77eea3/base
>---------------------------------------------------------------
commit 322ab4ea38aad8bfe6a901cb8d052e8eff77eea3
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Sep 15 10:58:00 2013 +0200
Remove Hugs98 specific code
For rationale. see
http://permalink.gmane.org/gmane.comp.lang.haskell.ghc.devel/2349
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
322ab4ea38aad8bfe6a901cb8d052e8eff77eea3
Control/Concurrent.hs | 10 ---
Control/Concurrent/MVar.hs | 8 ---
Control/Exception.hs | 6 +-
Control/Exception/Base.hs | 164 +-----------------------------------------
Control/Monad/Fix.hs | 5 --
Control/Monad/ST/Imp.hs | 16 -----
Control/Monad/ST/Lazy/Imp.hs | 4 --
Data/Bits.hs | 17 +----
Data/Char.hs | 8 ---
Data/Complex.hs | 10 ---
Data/Data.hs | 3 -
Data/Dynamic.hs | 11 +--
Data/Foldable.hs | 5 --
Data/IORef.hs | 12 +---
Data/Int.hs | 4 --
Data/Ix.hs | 5 --
Data/Maybe.hs | 2 -
Data/OldTypeable.hs | 11 ---
Data/OldTypeable/Internal.hs | 6 +-
Data/Ratio.hs | 4 --
Data/STRef.hs | 8 ---
Data/Traversable.hs | 4 +-
Data/Tuple.hs | 2 -
Data/Typeable/Internal.hs | 6 +-
Data/Version.hs | 4 +-
Data/Word.hs | 19 -----
Foreign/C/Error.hs | 8 ---
Foreign/C/Types.hs | 4 --
Foreign/ForeignPtr.hs | 4 +-
Foreign/ForeignPtr/Imp.hs | 13 ++--
Foreign/ForeignPtr/Safe.hs | 4 +-
Foreign/Marshal/Alloc.hs | 10 ---
Foreign/Ptr.hs | 4 --
Foreign/StablePtr.hs | 4 --
Foreign/Storable.hs | 9 ---
GHC/Conc/Sync.lhs | 2 -
Numeric.hs | 5 --
Prelude.hs | 14 +---
System/CPUTime.hsc | 4 --
System/Environment.hs | 4 --
System/Exit.hs | 5 --
System/IO.hs | 21 +-----
System/IO/Error.hs | 11 ---
System/IO/Unsafe.hs | 5 --
System/Info.hs | 7 --
System/Mem.hs | 4 --
System/Mem/StableName.hs | 4 --
System/Mem/Weak.hs | 5 --
System/Posix/Internals.hs | 8 ---
Text/Read.hs | 21 +-----
Text/Read/Lex.hs | 3 -
Unsafe/Coerce.hs | 5 --
52 files changed, 24 insertions(+), 518 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 322ab4ea38aad8bfe6a901cb8d052e8eff77eea3
More information about the ghc-commits
mailing list