aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-02-14 20:29:29 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-02-14 20:29:29 +0100
commitce844a9402e4759562b737994979a58907e4e98a (patch)
tree3a23bd40c53262399fa65afb7689926248c19d34 /src/CabalHelper
parent47e9af464549ddec94a992d9f9e7ae12a96e64e8 (diff)
Fix indent
[ci skip]
Diffstat (limited to 'src/CabalHelper')
-rw-r--r--src/CabalHelper/Compiletime/Compile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CabalHelper/Compiletime/Compile.hs b/src/CabalHelper/Compiletime/Compile.hs
index bff9b7e..b6b552a 100644
--- a/src/CabalHelper/Compiletime/Compile.hs
+++ b/src/CabalHelper/Compiletime/Compile.hs
@@ -274,7 +274,7 @@ compileHelper' CompHelperEnv {..} = do
\(SomeException _) -> errorInstallCabal cabalVer
-- | See if we're in a cabal source tree
--- compileCabalSource :: Env => MaybeT IO (IO (), Compile)
+ -- compileCabalSource :: Env => MaybeT IO (IO (), Compile)
compileCabalSource _ghcVer _cabalVer = do
let cabalFile = cheProjDir </> "Cabal.cabal"
cabalSrc <- liftIO $ doesFileExist cabalFile