[project @ 1996-12-19 18:35:23 by simonpj]
authorsimonpj <unknown>
Thu, 19 Dec 1996 18:36:20 +0000 (18:36 +0000)
committersimonpj <unknown>
Thu, 19 Dec 1996 18:36:20 +0000 (18:36 +0000)
commitbb521c6bba76f19474f12195b990b29eda66a4e8
treefecb11771c7d9f25634e6bd5857c991686707b8d
parentc3e7e772db4fbc7171de7b7e98d578ab9cff167c
[project @ 1996-12-19 18:35:23 by simonpj]
Adding and removing files
44 files changed:
ghc/compiler/basicTypes/Demand.lhs [new file with mode: 0644]
ghc/compiler/main/Constants.lhs [new file with mode: 0644]
ghc/compiler/prelude/StdIdInfo.lhs [new file with mode: 0644]
ghc/compiler/reader/Lex.lhs [new file with mode: 0644]
ghc/compiler/utils/SpecLoop.lhi [new file with mode: 0644]
ghc/lib/concurrent/Channel.lhs [moved from ghc/lib/concurrent/Channel.hs with 97% similarity]
ghc/lib/concurrent/ChannelVar.lhs [moved from ghc/lib/concurrent/ChannelVar.hs with 97% similarity]
ghc/lib/concurrent/Concurrent.lhs [moved from ghc/lib/concurrent/Concurrent.hs with 57% similarity]
ghc/lib/concurrent/Merge.lhs [moved from ghc/lib/concurrent/Merge.hs with 96% similarity]
ghc/lib/concurrent/Parallel.lhs [moved from ghc/lib/concurrent/Parallel.hs with 94% similarity]
ghc/lib/concurrent/SampleVar.lhs [moved from ghc/lib/concurrent/SampleVar.hs with 97% similarity]
ghc/lib/concurrent/Semaphore.lhs [moved from ghc/lib/concurrent/Semaphore.hs with 97% similarity]
ghc/lib/ghc/ArrBase.lhs [new file with mode: 0644]
ghc/lib/ghc/ConcBase.lhs [new file with mode: 0644]
ghc/lib/ghc/GHCerr.lhs [new file with mode: 0644]
ghc/lib/ghc/GHCmain.lhs [new file with mode: 0644]
ghc/lib/ghc/IOBase.lhs [new file with mode: 0644]
ghc/lib/ghc/IOHandle.lhs [new file with mode: 0644]
ghc/lib/ghc/PrelBase.lhs [new file with mode: 0644]
ghc/lib/ghc/PrelIO.lhs [new file with mode: 0644]
ghc/lib/ghc/PrelList.lhs [new file with mode: 0644]
ghc/lib/ghc/PrelNum.lhs [new file with mode: 0644]
ghc/lib/ghc/PrelRead.lhs [new file with mode: 0644]
ghc/lib/ghc/PrelTup.lhs [new file with mode: 0644]
ghc/lib/ghc/STBase.lhs [new file with mode: 0644]
ghc/lib/glaExts/Foreign.lhs [new file with mode: 0644]
ghc/lib/glaExts/PackedString.lhs [new file with mode: 0644]
ghc/lib/glaExts/ST.lhs [new file with mode: 0644]
ghc/lib/required/Array.hs [deleted file]
ghc/lib/required/Array.lhs [new file with mode: 0644]
ghc/lib/required/Char.hs [deleted file]
ghc/lib/required/Char.lhs [new file with mode: 0644]
ghc/lib/required/Complex.lhs [moved from ghc/lib/required/Complex.hs with 76% similarity]
ghc/lib/required/Directory.lhs [moved from ghc/lib/required/Directory.hs with 88% similarity]
ghc/lib/required/IO.lhs [moved from ghc/lib/required/IO.hs with 71% similarity]
ghc/lib/required/Ix.lhs [moved from ghc/lib/required/Ix.hs with 87% similarity]
ghc/lib/required/List.lhs [moved from ghc/lib/required/List.hs with 96% similarity]
ghc/lib/required/Maybe.lhs [moved from ghc/lib/required/Maybe.hs with 72% similarity]
ghc/lib/required/Monad.hs [deleted file]
ghc/lib/required/Monad.lhs [new file with mode: 0644]
ghc/lib/required/Prelude.lhs [new file with mode: 0644]
ghc/lib/required/Ratio.hs [deleted file]
ghc/lib/required/Ratio.lhs [new file with mode: 0644]
ghc/lib/required/System.lhs [moved from ghc/lib/required/System.hs with 68% similarity]