From d15d7761c17aa185c91b1db6939f07cd8c1b3b3e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 30 May 2016 13:01:47 +0200 Subject: [PATCH] Don't expose HPath.Internal --- hpath.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpath.cabal b/hpath.cabal index a199b26..9a2913e 100644 --- a/hpath.cabal +++ b/hpath.cabal @@ -25,11 +25,11 @@ library HPath.IO, HPath.IO.Errors, HPath.IO.Utils, - HPath.Internal, System.Posix.Directory.Foreign, System.Posix.Directory.Traversals, System.Posix.FD, System.Posix.FilePath + other-modules: HPath.Internal build-depends: base >= 4.2 && <5 , bytestring >= 0.9.2.0 , deepseq