aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Compiletime/Log.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-09-25 10:45:03 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-09-25 13:11:28 +0200
commitb42f9095993f5862d4450a84f6cf535b7a252d48 (patch)
tree4b55984dd1258a9bb9c6cb950834961bd2a10524 /CabalHelper/Compiletime/Log.hs
parent373a468190a393fa2f7cf3851f1050dc6bf5bea1 (diff)
Remove 'Options' from shared Types module
Only needed at compiletime, were being hidden everywhere else already.
Diffstat (limited to 'CabalHelper/Compiletime/Log.hs')
-rw-r--r--CabalHelper/Compiletime/Log.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CabalHelper/Compiletime/Log.hs b/CabalHelper/Compiletime/Log.hs
index e4033f1..6931fa9 100644
--- a/CabalHelper/Compiletime/Log.hs
+++ b/CabalHelper/Compiletime/Log.hs
@@ -7,7 +7,7 @@ import Data.String
import System.IO
import Prelude
-import CabalHelper.Shared.Types
+import CabalHelper.Compiletime.Types
vLog :: MonadIO m => Options -> String -> m ()
vLog Options { verbose = True } msg =