mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Merge pull request #402 from github/nothing-some-bash-can't-fix
Add script to fix corrupted tree-sitter Cabal stores.
This commit is contained in:
commit
4ff4e5d776
5
script/fix-broken-cabal-store
Executable file
5
script/fix-broken-cabal-store
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf ~/.cabal/store/ghc-8.6.5/tr-sttr*
|
||||
rm -rf ~/.cabal/store/ghc-8.6.5/lib/libHStr-sttr*
|
||||
rm -rf ~/.cabal/store/ghc-8.6.5/package.db/tr-sttr*
|
Loading…
Reference in New Issue
Block a user