aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/haskell-platform.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/haskell-platform.rb b/Library/Formula/haskell-platform.rb
index 2fc39a44b..dc213d9a4 100644
--- a/Library/Formula/haskell-platform.rb
+++ b/Library/Formula/haskell-platform.rb
@@ -10,7 +10,7 @@ class HaskellPlatform < Formula
def install
# libdir doesn't work if passed to configure, needs to be passed to make install
- system "./configure", "--prefix=#{prefix}", "--enable-unsupported-ghc-version"
+ system "./configure", "--prefix=#{prefix}"
system %Q(EXTRA_CONFIGURE_OPTS="--libdir=#{lib}/ghc" make install)
end