Add comment about docker image

This commit is contained in:
jneira 2020-12-27 11:54:11 +01:00
parent 28b0fe328e
commit 262b3a9571

View File

@ -150,6 +150,8 @@ jobs:
cabal:
working_directory: ~/build
docker:
# We have to wait to a docker image with ghc-8.10.3
# See https://github.com/haskell/docker-haskell/issues/31
- image: haskell:8.10.2
steps:
- checkout