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 Mar 11, 2020. It is now read-only.
I tried to install with stack install importify but some dependencies aren't found:
Error: While constructing the build plan, the following exceptions were encountered:
In the dependencies for importify-1.0.1:
fmt needed, but the stack configuration has no specified version (latest matching version is 0.6.1.1)
haskell-names needed, but the stack configuration has no specified version (latest matching version is 0.9.5)
hse-cpp needed, but the stack configuration has no specified version (latest matching version is 0.2)
log-warper must match >=1.8.2, but the stack configuration has no specified version (latest matching version is 1.8.11)
text-format needed, but the stack configuration has no specified version (latest matching version is 0.3.2)
If I add those as extra-deps, even more missing transitive dependencies appear.
This looks like a nice tool, any chance it could be added to recent Stackage LTS repositories so it's easier to install?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to install with
stack install importify
but some dependencies aren't found:If I add those as
extra-deps
, even more missing transitive dependencies appear.This looks like a nice tool, any chance it could be added to recent Stackage LTS repositories so it's easier to install?
The text was updated successfully, but these errors were encountered: