From 317840ab0dcc886575c39f31db07ecc7b868a59f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 24 Apr 2018 10:53:08 -0700 Subject: Use latest haddock-library even for stack.lts9 build. --- linux/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'linux') diff --git a/linux/Dockerfile b/linux/Dockerfile index 132e189b9..8a43e59f7 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -14,6 +14,7 @@ ADD https://github.com/lalyos/docker-upx/releases/download/v3.91/upx /usr/local/ RUN chmod 755 /usr/local/bin/upx RUN ulimit -n 4096 RUN stack config set system-ghc --global true +RUN stack --resolver lts-9 setup --install-cabal 2.0.1.1 #RUN mkdir -p /etc/stack #RUN echo "build: { split-objs: true }" > /etc/stack/config.yaml RUN mkdir -p /usr/src/ -- cgit v1.2.3