Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvoidex committed Mar 16, 2013
1 parent 7fb3078 commit aeb9fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdevtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def call_hdevtools_and_wait(arg_list, filename = None, cabal = None):

package_db = ghci_package_db()
if package_db:
ghs_opts.append('-package_db {0}'.format(package_db))
ghc_opts.append('-package-db {0}'.format(package_db))

source_dir = get_source_dir(filename)
ghc_opts.append('-i {0}'.format(source_dir))
Expand Down

0 comments on commit aeb9fde

Please sign in to comment.