diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-02-14 20:29:29 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-02-14 20:29:29 +0100 |
commit | ce844a9402e4759562b737994979a58907e4e98a (patch) | |
tree | 3a23bd40c53262399fa65afb7689926248c19d34 | |
parent | 47e9af464549ddec94a992d9f9e7ae12a96e64e8 (diff) |
Fix indent
[ci skip]
-rw-r--r-- | src/CabalHelper/Compiletime/Compile.hs | 2 |
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 |