Skip to content

Commit 8d457a3

Browse files
committed
Fix a cabal warning by adding Build_stack to generated-other-modules
1 parent 5660e1b commit 8d457a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,11 @@ executables:
276276
stack:
277277
main: Main.hs
278278
source-dirs: src/main
279+
generated-other-modules: Build_stack
279280
ghc-options:
280281
- -threaded
281282
dependencies:
282283
- stack
283-
other-modules:
284-
- Paths_stack
285284
when:
286285
- condition: flag(static)
287286
ld-options:

0 commit comments

Comments
 (0)