From 554edb165f7b0f3f67abdd9a2fc7e719bd9523c0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 12 Apr 2018 07:14:57 -0700 Subject: [PATCH] make: comment out localism, don't require a special hpack [ci skip] --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fada0f332..30559e7f6 100644 --- a/Makefile +++ b/Makefile @@ -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