We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
other-modules
We have a stanza like this:
executable prism-unlock-exchange hs-source-dirs: prism/unlock-exchange other-modules: build-depends: base >=4.9 && <5
which gives output like this:
- path: "plutus-scb/prism/unlock-exchange" component: "plutus-scb:exe:prism-unlock-exchange" - path: "plutus-scb/prism/unlock-exchange/build-depends:.hs" component: "plutus-scb:exe:prism-unlock-exchange" - path: "plutus-scb/prism/unlock-exchange/base.hs" component: "plutus-scb:exe:prism-unlock-exchange"
i.e. it's taking the cabal syntax after other-modules as, well, modules.
Not sure if this is related to #17.
The text was updated successfully, but these errors were encountered:
Maybe also: #29 (comment)
Sorry, something went wrong.
I wonder if it is time to revive #13 and use directly cabal parsers.
b3b12f5
@michaelpj When you get a chance could you make sure your issue is fixed, before I bump ghcide and hls dependence constraint.
Avi-D-coder
No branches or pull requests
We have a stanza like this:
which gives output like this:
i.e. it's taking the cabal syntax after
other-modules
as, well, modules.Not sure if this is related to #17.
The text was updated successfully, but these errors were encountered: