From 854e5d352cefd2d7be30cf476ca6549ba60a67ab Mon Sep 17 00:00:00 2001 From: Aku Kotkavuo Date: Mon, 20 Jun 2011 07:00:38 +0300 Subject: haskell-platform: fix to work with GHC 7.0.4 Signed-off-by: Adam Vandenberg --- Library/Formula/haskell-platform.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/haskell-platform.rb b/Library/Formula/haskell-platform.rb index 07c086727..0af082d20 100644 --- a/Library/Formula/haskell-platform.rb +++ b/Library/Formula/haskell-platform.rb @@ -9,7 +9,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}" + system "./configure", "--prefix=#{prefix}", "--enable-unsupported-ghc-version" system %Q(EXTRA_CONFIGURE_OPTS="--libdir=#{lib}/ghc" make install) end -- cgit v1.2.3