We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b26526 + c975f6c commit d9165e1Copy full SHA for d9165e1
doc/haskell_and_c_code.md
@@ -134,6 +134,12 @@ executables:
134
dependencies: c-example
135
~~~
136
137
+!!! warning
138
+
139
+ `Cabal-3.12.0.0`, a boot package of GHC 9.10.1, ignores `source-dirs` when
140
+ the `main` file is not a Haskell source code file. This was a regression and
141
+ fixed in subsequent versions of Cabal (the library).
142
143
A Haskell module souce file named `Lib.hs` in directory `src`:
144
~~~haskell
145
module Lib
0 commit comments