Skip to content

Commit 701495b

Browse files
authored
Update Haskell backend submodule version (runtimeverification#345)
* Dockerfile: new path for haskell-backend package.yaml * haskell-backend: update submodule * Dockerfile: add --no-haddock-deps options to stack build
1 parent d73bd28 commit 701495b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ RUN cd /home/user \
2626

2727
ENV LC_ALL=C.UTF-8
2828
ADD --chown=user:user haskell-backend/src/main/native/haskell-backend/stack.yaml /home/user/.tmp-haskell/
29-
ADD --chown=user:user haskell-backend/src/main/native/haskell-backend/src/main/haskell/kore/package.yaml /home/user/.tmp-haskell/src/main/haskell/kore/
29+
ADD --chown=user:user haskell-backend/src/main/native/haskell-backend/kore/package.yaml /home/user/.tmp-haskell/kore/
3030
RUN cd /home/user/.tmp-haskell \
31-
&& stack build --only-snapshot --test --bench --haddock --library-profiling
31+
&& stack build --only-snapshot --test --bench --no-haddock-deps --haddock --library-profiling
3232

3333
ADD --chown=user:user llvm-backend/src/main/native/llvm-backend/matching/stack.yaml /home/user/.tmp-haskell2/
3434
ADD --chown=user:user llvm-backend/src/main/native/llvm-backend/matching/package.yaml /home/user/.tmp-haskell2/

0 commit comments

Comments
 (0)