Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/f813c84e3d2b93b46ccac38970e0c509f7484a00 >--------------------------------------------------------------- commit f813c84e3d2b93b46ccac38970e0c509f7484a00 Author: Ian Lynagh <[email protected]> Date: Thu Dec 15 14:47:03 2011 +0000 Don't expose System.Posix.DynamicLinker.Common The other .Common modules aren't expose, and we think exposing this one was a mistake. >--------------------------------------------------------------- unix.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/unix.cabal b/unix.cabal index 4dc50bb..7f6052e 100644 --- a/unix.cabal +++ b/unix.cabal @@ -47,7 +47,6 @@ Library System.Posix.DynamicLinker.Module System.Posix.DynamicLinker.Module.ByteString System.Posix.DynamicLinker.Prim - System.Posix.DynamicLinker.Common System.Posix.DynamicLinker.ByteString System.Posix.DynamicLinker @@ -72,6 +71,7 @@ Library other-modules: System.Posix.Directory.Common + System.Posix.DynamicLinker.Common System.Posix.Files.Common System.Posix.IO.Common System.Posix.Process.Common _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
