aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/language/haskell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/language/haskell.rb b/Library/Homebrew/language/haskell.rb
index 559c897e8..d996fd60d 100644
--- a/Library/Homebrew/language/haskell.rb
+++ b/Library/Homebrew/language/haskell.rb
@@ -62,7 +62,7 @@ module Language
options = if args[-1].kind_of?(Hash) then args.pop else {} end
cabal_sandbox do
- cabal_install_tools *options[:using] if options[:using]
+ cabal_install_tools(*options[:using]) if options[:using]
# install dependencies in the sandbox
cabal_install "--only-dependencies", *args