From f8414c954de4a853f3a7a6649ff8800d1656cef2 Mon Sep 17 00:00:00 2001 From: Eitan Chatav Date: Tue, 18 Jun 2019 14:18:12 -0700 Subject: [PATCH] circle --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e9f038..a243d42 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: haskell:8.6.3 + - image: haskell:8.6.5 - image: circleci/postgres:latest environment: POSTGRES_USER: root