Closed
Description
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.