extra/ghc disable distcc

This commit is contained in:
David Flemström 2013-02-01 12:24:32 +01:00
parent fd74684a92
commit 6be937b805

View file

@ -22,6 +22,7 @@ checkdepends=('python2')
install='ghc.install'
# keep this otherwise a lot of tests will show as unexpected failures... need to investigate why using -jn for n > 1 does this...
#options=('!makeflags')
options=('!distcc')
# missing rtl?
provides=('haskell-array=0.4.0.1'
'haskell-base=4.6.0.0'