importify
importify copied to clipboard
Add to stackage?
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?