Skip to content
Snippets Groups Projects
Commit b68af700 authored by Sander Wiig's avatar Sander Wiig :speech_balloon:
Browse files

Added the haskell library "silently" for capturing io so that i can actually use Magnes tests.

parent 406bf626
No related branches found
No related tags found
No related merge requests found
Pipeline #200650 passed
......@@ -31,6 +31,7 @@ RUN cabal update \
&& cabal install --lib tasty-ant-xml \
&& cabal install --lib bytestring \
&& cabal install --lib tasty-html \
&& cabal install --lib silently \
; rm -f .cabal/packages/hackage.haskell.org/01-*
COPY --chown=curry:curry . /home/curry/
CMD ["/home/curry/run-tests", "setup", "compile", "test"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment