Open halostatue opened 5 years ago
The latest release does not build any more with Stackage LTS 12 and 13. I'm planning to release a new version, but until then, you can work around this by explicitly specifying the Stackage version:
stack --resolver=lts-10 install vgrep
Using
stack install vgrep
: