Use latest haddock-library even for stack.lts9 build.
This commit is contained in:
parent
9465e5e048
commit
317840ab0d
2 changed files with 2 additions and 0 deletions
|
@ -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 chmod 755 /usr/local/bin/upx
|
||||||
RUN ulimit -n 4096
|
RUN ulimit -n 4096
|
||||||
RUN stack config set system-ghc --global true
|
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 mkdir -p /etc/stack
|
||||||
#RUN echo "build: { split-objs: true }" > /etc/stack/config.yaml
|
#RUN echo "build: { split-objs: true }" > /etc/stack/config.yaml
|
||||||
RUN mkdir -p /usr/src/
|
RUN mkdir -p /usr/src/
|
||||||
|
|
|
@ -27,4 +27,5 @@ extra-deps:
|
||||||
- pandoc-citeproc-0.14.3
|
- pandoc-citeproc-0.14.3
|
||||||
- tagsoup-0.14.6
|
- tagsoup-0.14.6
|
||||||
- pandoc-types-1.17.4.2
|
- pandoc-types-1.17.4.2
|
||||||
|
- haddock-library-1.5.0.1
|
||||||
resolver: lts-9.14
|
resolver: lts-9.14
|
||||||
|
|
Loading…
Reference in a new issue