Use latest haddock-library even for stack.lts9 build.

This commit is contained in:
John MacFarlane 2018-04-24 10:53:08 -07:00
parent 9465e5e048
commit 317840ab0d
2 changed files with 2 additions and 0 deletions

View file

@ -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/

View file

@ -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