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 was archived by the owner on Oct 7, 2020. It is now read-only.
Hello! I have the following
hashtable.cabalfile:And the following
hie.yamlfile:It worked fine before I added the test suite, but now I get:
stack buildruns successfully.Since self-dependency seems to be the canonical way to test a library in Haskell, how can I fix this issue?