cvs commit: fptools/hslibs/lang DirectoryExts.hs LazyST.hs PackedString.lhs fptools/hslibs/posix DL.hs DLPrim.hsc POpen.hs Posix.lhs PosixFiles.lhs PosixIO.lhs PosixProcEnv.lhs PosixProcPrim.lhs
Sven Panne <[email protected]> Sun, 22 Sep 2002 09:39:01 -0400 (EDT)
| Newsgroups | gmane.comp.lang.haskell.cvs.hslibs |
|---|---|
| Message-ID | <[email protected]> |
panne 2002/09/22 06:38:23 PDT Sender: [email protected] Errors-To: [email protected] X-BeenThere: [email protected] X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: <mailto:[email protected]?subject=help> List-Post: <mailto:[email protected]> List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-hslibs>, <mailto:[email protected]?subject=subscribe> List-Id: fptools/hslibs CVS commit messages <cvs-hslibs.haskell.org> List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-hslibs>, <mailto:[email protected]?subject=unsubscribe> List-Archive: <http://www.haskell.org/pipermail/cvs-hslibs/> Date: Sun, 22 Sep 2002 06:38:24 -0700 Modified files: hslibs/lang DirectoryExts.hs LazyST.hs PackedString.lhs hslibs/posix DL.hs DLPrim.hsc POpen.hs Posix.lhs PosixFiles.lhs PosixIO.lhs PosixProcEnv.lhs PosixProcPrim.lhs Log: Import fiddling: Decouple packages lang and posix from package haskell98 by using stuff from the base package directly. This should fix the recent GHCi trouble with package posix. Revision Changes Path 1.6 +2 -2 fptools/hslibs/lang/DirectoryExts.hs 1.5 +3 -3 fptools/hslibs/lang/LazyST.hs 1.15 +3 -3 fptools/hslibs/lang/PackedString.lhs 1.2 +3 -4 fptools/hslibs/posix/DL.hs 1.5 +4 -4 fptools/hslibs/posix/DLPrim.hsc 1.4 +9 -9 fptools/hslibs/posix/POpen.hs 1.8 +2 -5 fptools/hslibs/posix/Posix.lhs 1.13 +1 -1 fptools/hslibs/posix/PosixFiles.lhs 1.24 +0 -1 fptools/hslibs/posix/PosixIO.lhs 1.13 +3 -3 fptools/hslibs/posix/PosixProcEnv.lhs 1.17 +6 -6 fptools/hslibs/posix/PosixProcPrim.lhs