From b42f9095993f5862d4450a84f6cf535b7a252d48 Mon Sep 17 00:00:00 2001 From: Daniel Gröber 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. --- CabalHelper/Runtime/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CabalHelper/Runtime') diff --git a/CabalHelper/Runtime/Main.hs b/CabalHelper/Runtime/Main.hs index 570cf58..c7f6652 100644 --- a/CabalHelper/Runtime/Main.hs +++ b/CabalHelper/Runtime/Main.hs @@ -122,7 +122,7 @@ import Text.Printf import CabalHelper.Shared.Sandbox import CabalHelper.Shared.Common -import CabalHelper.Shared.Types hiding (Options(..)) +import CabalHelper.Shared.InterfaceTypes import CabalHelper.Runtime.Licenses -- cgit v1.2.3