Skip to content

Commit

Permalink
should not use local
Browse files Browse the repository at this point in the history
  • Loading branch information
mwotton committed Jan 5, 2013
1 parent 512e2bf commit 648a881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Rake::ExtensionTask.new('stub')

# intended to be called by the gem builder
task :haskell_compile => [:compile] do
ghc_version='/usr/local/bin/ghc' # FIXME, should be able to pick
ghc_version='/usr/bin/ghc' # FIXME, should be able to pick
# this out from somewhere
# write the Includes file
pwd =`pwd`.strip
Expand Down

0 comments on commit 648a881

Please sign in to comment.