You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
@klardotsh@IlyaBizyaev hi, thanks for reporting this, could you add a link to the project , if it is public, and the full log when calling hie-wrapper in the project root directory.
The error involves stack and a test component so this could be caused by #1564. I would call stack test --no-run-tests before opening the project again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello! I have the following
hashtable.cabal
file:And the following
hie.yaml
file:It worked fine before I added the test suite, but now I get:
stack build
runs successfully.Since self-dependency seems to be the canonical way to test a library in Haskell, how can I fix this issue?
The text was updated successfully, but these errors were encountered: