From b42f9095993f5862d4450a84f6cf535b7a252d48 Mon Sep 17 00:00:00 2001
From: Daniel Gröber <dxld@darkboxed.org>
Date: Mon, 25 Sep 2017 10:45:03 +0200
Subject: Remove 'Options' from shared Types module

Only needed at compiletime, were being hidden everywhere else already.
---
 Distribution/Helper.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Distribution')

diff --git a/Distribution/Helper.hs b/Distribution/Helper.hs
index 7bd76e9..6c31208 100644
--- a/Distribution/Helper.hs
+++ b/Distribution/Helper.hs
@@ -96,7 +96,7 @@ import GHC.Generics
 import Prelude
 
 import Paths_cabal_helper (getLibexecDir)
-import CabalHelper.Shared.Types hiding (Options(..))
+import CabalHelper.Shared.InterfaceTypes
 import CabalHelper.Shared.Sandbox
 
 -- | Paths or names of various programs we need.
-- 
cgit v1.2.3