cabal-install: use the same compiler (preprocessor) as ghc
This commit is contained in:
parent
2b044110aa
commit
0429044b34
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ class CabalInstall < Formula
|
|||
|
||||
conflicts_with "haskell-platform"
|
||||
|
||||
fails_with :clang if MacOS.version < :mavericks # Same as ghc.rb
|
||||
|
||||
def install
|
||||
# use a temporary package database instead of ~/.cabal or ~/.ghc
|
||||
pkg_db = "#{Dir.pwd}/package.conf.d"
|
||||
|
|
Loading…
Reference in a new issue