From 71225d47f54b1c341216cdc27f204443619ebba1 Mon Sep 17 00:00:00 2001 From: chenrui Date: Wed, 19 Feb 2020 21:07:29 -0500 Subject: [PATCH] Update ghc to v8.8.2 --- ci/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/haskell.yml b/ci/haskell.yml index 3aa0933..84bd196 100644 --- a/ci/haskell.yml +++ b/ci/haskell.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-haskell@v1 with: - ghc-version: '8.6.5' + ghc-version: '8.8.2' cabal-version: '3.0' - name: Install dependencies run: |