[commit: unix] master: Don't expose System.Posix.DynamicLinker.Common (5e01e39)
Ian Lynagh
igloo at earth.li
Sun Dec 18 16:09:28 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5e01e39627768a80cacc94ecdde7649f2a7a5067
>---------------------------------------------------------------
commit 5e01e39627768a80cacc94ecdde7649f2a7a5067
Author: Ian Lynagh <igloo at earth.li>
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 86e1004..2b8de07 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
More information about the Cvs-libraries
mailing list