Skip to content
Snippets Groups Projects
Commit fe98fb31 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Add note about deleting head.hackage index

parent 235f125e
No related branches found
No related tags found
No related merge requests found
......@@ -85,3 +85,9 @@ There are `hspec` tests, that can be run with `cabal`:
```
cabal new-build all && cabal new-test all
```
### Unexpected Build Failures
If you encounter dependencies failing to build but there's a patch for
the library in head.hackage then you may need to delete `~/.cabal/packages/head.hackage.org`
so that the fresh patch is visible. This is probably a bug in cabal!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment