[Haskell-cafe] Cabal v misses changes to cxx-files: files?

David Banas capn.freako at gmail.com
Thu Jun 24 12:29:59 UTC 2021


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20210624/95d871eb/attachment.html>


More information about the Haskell-Cafe mailing list