Use new hie
[lsp-test.git] / .github / workflows / haskell.yml
index 4f482c928ab253d8c4ad6a04acdbf1b9ea2a2bac..6ab65dd113a7148403420f338ebe57a5204e8734 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ${{ matrix.os }}
 
     env:
-      hieref: 4fb5b32df61f95d295ca67043594674bbb5b1316
+      hieref: caf72237f596255eef3e614330db353c15b6c46b
 
     strategy:
       matrix:
@@ -37,8 +37,6 @@ jobs:
       with:
         path: ~/.cabal
         key: ${{ runner.OS }}-${{ matrix.ghc }}-cabal-${{ env.hieref }}
-        restore-keys: |
-          ${{ runner.OS }}-${{ matrix.ghc }}-cabal
 
     - name: Cache Hoogle
       uses: actions/cache@v1.1.0