Skip to content

Commit

Permalink
Merge pull request #3817 from sol/fix-cabal-warning
Browse files Browse the repository at this point in the history
Fix a cabal warning by adding Build_stack to generated-other-modules
  • Loading branch information
mgsloan authored Feb 10, 2018
2 parents 9e068b2 + 8d457a3 commit f867459
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,11 @@ executables:
stack:
main: Main.hs
source-dirs: src/main
generated-other-modules: Build_stack
ghc-options:
- -threaded
dependencies:
- stack
other-modules:
- Paths_stack
when:
- condition: flag(static)
ld-options:
Expand Down

0 comments on commit f867459

Please sign in to comment.