From f813c84e3d2b93b46ccac38970e0c509f7484a00 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Thu, 15 Dec 2011 14:47:03 +0000
Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab