Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cabal does not handle main-is in conditionals well #11

Open
andreasabel opened this issue Feb 25, 2024 · 0 comments
Open

Cabal does not handle main-is in conditionals well #11

andreasabel opened this issue Feb 25, 2024 · 0 comments

Comments

@andreasabel
Copy link

twee/twee.cabal

Lines 47 to 52 in eb4b83b

if flag(parallel)
main-is: ParallelMain.hs
build-depends: async, unix
c-sources: executable/link.c
else
main-is: Main.hs

See upstream issues:

@andreasabel andreasabel mentioned this issue Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant