1
1
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:
Rob Rix 2019-12-12 17:02:32 -05:00 committed by GitHub
commit 4ff4e5d776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
script/fix-broken-cabal-store Executable file
View 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*