diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-04-24 10:53:08 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-04-24 12:35:03 -0700 |
commit | 317840ab0dcc886575c39f31db07ecc7b868a59f (patch) | |
tree | ea25c2a4e97527d543e1fb526e893eeb01f9b5c2 /linux | |
parent | 9465e5e048876d21f2abb8807df4b7b5c116b23f (diff) | |
download | pandoc-317840ab0dcc886575c39f31db07ecc7b868a59f.tar.gz |
Use latest haddock-library even for stack.lts9 build.
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |