We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61a3c6 commit e8f2670Copy full SHA for e8f2670
.github/workflows/caching.yml
@@ -92,17 +92,6 @@ jobs:
92
echo "package floskell" >> cabal.project
93
echo " ghc-options: -O0" >> cabal.project
94
95
- # Shorten binary names as a workaround for filepath length limits in Windows,
96
- # but since tests are hardcoded on this workaround -
97
- # all platforms (in 2021-12-07) need it.
98
- - name: Workaround shorten binary names
99
- run: |
100
- sed -i.bak -e 's/haskell-language-server/hls/g' \
101
- -e 's/haskell_language_server/hls/g' \
102
- haskell-language-server.cabal cabal.project
103
- sed -i.bak -e 's/Paths_haskell_language_server/Paths_hls/g' \
104
- src/**/*.hs exe/*.hs
105
-
106
- name: Cache Cabal
107
uses: actions/cache@v2
108
env:
0 commit comments