From 1eeef0806dab29feb5c6073a7e6364c17b7fc881 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 20 Jan 2020 19:03:18 +0100 Subject: [PATCH] Unexpose HPath.Internal --- hpath/hpath.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpath/hpath.cabal b/hpath/hpath.cabal index b71ff7a..a8c66db 100644 --- a/hpath/hpath.cabal +++ b/hpath/hpath.cabal @@ -30,7 +30,7 @@ library else ghc-options: -Wall exposed-modules: HPath - HPath.Internal + other-modules: HPath.Internal build-depends: base >= 4.8 && <5 , bytestring >= 0.10.0.0 , deepseq