Verified Commit 0d42efb4 authored by Adam Matoušek's avatar Adam Matoušek
Browse files

Always install latest QuickCheck and HUnit.

parent 958f260f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,6 +42,6 @@ RUN echo "Europe/Prague" > /etc/timezone && \

ENV LANG en_US.UTF-8

RUN cabal v1-update && cabal v1-install pandoc-2.7 QuickCheck-2.12.6.1 HUnit-1.6.0.0
RUN cabal v1-update && cabal v1-install pandoc-2.7 QuickCheck HUnit

CMD ["bash"]