Question about project *
#10835
-
I have a cabal file containing the build rules depending on quite a number of packages. It looks a bit like this:
My goal is to have all the dependencies built with
My expectation was that this would cause a rebuild of all the dependencies, and, transitively, their dependencies, with that flag enabled. This expectation partly stems from the documentation, section 7.6., that placing those things into the However, nothing happens. Doing the change, and running What am I missing? (This is cabal 3.12.1.0 in case it matters.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Are you sure that the libraries are not built with split-sections? How are you verifying that? If you look in the cabal store, you can inspect the
|
Beta Was this translation helpful? Give feedback.
Are you sure that the libraries are not built with split-sections? How are you verifying that?
If you look in the cabal store, you can inspect the
cabal-hash.txt
which records the options particular store entry was built with.