Add Test3, make it possible to test locally, initial UE3 A.3

This commit is contained in:
2021-11-04 16:44:07 +01:00
parent 09b8148fa6
commit 6d705ad01e
3 changed files with 247 additions and 7 deletions

View File

@@ -3,5 +3,6 @@ FROM haskell:buster
RUN apt-get update && apt-get install -y haskell-platform
WORKDIR /opt
RUN cabal update && cabal install tasty-hunit
CMD ["ghci"]
CMD ["cabal", "repl", "-b", "base", "-b", "tasty", "-b", "tasty-hunit"]