Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpickering committed Jun 30, 2019
1 parent 4f886df commit daf0be5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ packages:

allow-newer: floskell:all

profiling: True

ghc-options: -Werror


2 changes: 1 addition & 1 deletion hie-bios/src/HIE/Bios/GHCApi.hs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ initSessionWithMessage msg CompilerOptions {..} = do
$ resetPackageDb
-- $ ignorePackageEnv
$ writeInterfaceFiles (Just fp)
$ setOutputDir fp
-- $ setOutputDir fp
$ setVerbosity 0

$ setLinkerOptions df'
Expand Down

0 comments on commit daf0be5

Please sign in to comment.