From 0de9d38dfe3a9b0f9c029e9da72054261702e3f1 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Wed, 2 Oct 2019 12:12:17 +0100 Subject: [PATCH] Update haskell.yml --- .github/workflows/haskell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 439c565..5f14f1d 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -13,6 +13,7 @@ jobs: with: ghc-version: '8.6.5' cabal-version: '3.0' + - run: cabal update - name: Install HIE run: | pushd $HOME -- 2.30.2