aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 947683ccd..87725e918 100644
--- a/Library/Homebrew/language/haskell.rb
+++ b/Library/Homebrew/language/haskell.rb
@@ -81,7 +81,7 @@ module Language
# dependencies, and call cabal configure afterwards to set the flags again for compile
flags = ""
if options[:flags]
- flags = "--flags='#{options[:flags].join(" ")}'"
+ flags = "--flags=#{options[:flags].join(" ")}"
end
args_and_flags = args