aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2011-12-15 14:47:03 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2011-12-15 23:59:51 +0000
commit5e01e39627768a80cacc94ecdde7649f2a7a5067 (patch)
treec25ecc2e9a76a6185010c3d96728d765ee148f97 /unix.cabal
parent05eea1ea715745d4e2086d3b25a14f35f424045c (diff)
Don't expose System.Posix.DynamicLinker.Common
The other .Common modules aren't expose, and we think exposing this one was a mistake.
Diffstat (limited to 'unix.cabal')
-rw-r--r--unix.cabal2
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