diff options
-rw-r--r-- | linux/Dockerfile | 1 | ||||
-rw-r--r-- | stack.lts9.yaml | 1 |
2 files changed, 2 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/ diff --git a/stack.lts9.yaml b/stack.lts9.yaml index 403b5543b..947247d0b 100644 --- a/stack.lts9.yaml +++ b/stack.lts9.yaml @@ -27,4 +27,5 @@ extra-deps: - pandoc-citeproc-0.14.3 - tagsoup-0.14.6 - pandoc-types-1.17.4.2 +- haddock-library-1.5.0.1 resolver: lts-9.14 |