Skip to content

Commit 0958b44

Browse files
committed
Add comment about docker image
1 parent 8eca331 commit 0958b44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ jobs:
150150
cabal:
151151
working_directory: ~/build
152152
docker:
153+
# We have to wait to a docker image with ghc-8.10.3
154+
# See https://github.com/haskell/docker-haskell/issues/31
153155
- image: haskell:8.10.2
154156
steps:
155157
- checkout

0 commit comments

Comments
 (0)