make: comment out localism, don't require a special hpack

[ci skip]
This commit is contained in:
Simon Michael 2018-04-12 07:14:57 -07:00
parent 8a0c64d8c1
commit 554edb165f

View File

@ -86,8 +86,10 @@ GHCI=ghci #-package ghc-datasize #-package ghc-heap-view
# HADDOCK=haddock
# CABAL=cabal
# CABALINSTALL=cabal install -w $(GHC)
STACK=stack --with-hpack=hpack-0.20
#STACK=stack --stack-yaml=stack-ghc7.yaml
STACK=stack
# if using an unreleased stack with a newer hpack than the one mentioned in */*.cabal,
# it will give warnings. To silence these, put the old hpack-X.Y in $PATH and uncomment:
#STACK=stack --with-hpack=hpack-0.20
# -j16 sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" but seems harmless
SHELLTESTOPTS=--execdir -j16 --hide-successes