Merge branch '8.8.1-ci' of https://github.com/bubba/lsp-test into 8.8.1-ci
authorLuke Lau <luke_lau@icloud.com>
Mon, 27 Jan 2020 11:21:20 +0000 (11:21 +0000)
committerLuke Lau <luke_lau@icloud.com>
Mon, 27 Jan 2020 11:21:20 +0000 (11:21 +0000)
1  2 
.github/workflows/haskell.yml

index 3055ca5bf33b248de63bddc65751bcd4492d46ae,4f482c928ab253d8c4ad6a04acdbf1b9ea2a2bac..6a85534302d61a1627f821356934fb71fbfd06cc
@@@ -7,7 -7,7 +7,7 @@@ jobs
      runs-on: ${{ matrix.os }}
  
      env:
 -      hieref: 4fb5b32df61f95d295ca67043594674bbb5b1316
 +      hieref: 970637fa13ef29ccc3c0a977248fcea83bdd11d7
  
      strategy:
        matrix:
@@@ -23,7 -23,6 +23,6 @@@
        with:
          ghc-version: ${{ matrix.ghc }}
          cabal-version: '3.0'
-     - run: cabal update
  
      - name: Clone HIE
        uses: actions/checkout@v1
@@@ -47,6 -46,8 +46,8 @@@
          path: ~/.hoogle
          key: ${{ runner.OS }}-${{ matrix.ghc }}-hoogle-${{ env.hieref }}
  
+     - run: cabal update
      - name: Build HIE
        run: |
          pushd ../haskell-ide-engine