Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Jul 6, 2015
1 parent f2854b3 commit a944b93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CommandLoop.hs
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ data Config = Config
newConfig :: CommandExtra -> IO Config
newConfig cmdExtra = do
mbCabalConfig <- traverse mkCabalConfig $ ceCabalConfig cmdExtra
putStrLn "getting stack config"
mbStackConfig <- getStackConfig cmdExtra
putStrLn $ "got stack config: " ++ show mbStackConfig

return $ Config { configGhcOpts = "-O0" : ceGhcOptions cmdExtra
, configCabal = mbCabalConfig
Expand Down

0 comments on commit a944b93

Please sign in to comment.