
HI David,
It wouldn't hurt to try a newer cabal. I know a similar problem with
`extra-source-files` has been fixed recently.
If it still doesn't work in cabal 3.4, please search the issues and
file one or add a suitable emoji to an existing one.
Cheers,
Mikolaj
On Thu, Jun 24, 2021 at 2:30 PM David Banas
Using Cabal v3.2.0.0 and with the following stanza in my *.cabal file:
executable ex9 import: shared-properties main-is: src/ex/ex9.hs cxx-sources: src/ex/ex9.cpp {snip}
if I edit the file: `src/ex/ex9.cpp`, and then execute: `cabal build`, I'm told:
$ cabal build Up to date
Is this a known issue? Is there a workaround?
Thanks, -db
_______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.