From 5e01e39627768a80cacc94ecdde7649f2a7a5067 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 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
--
GitLab