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 new-build chokes on executable autogen #5044

Open
hvr opened this issue Jan 15, 2018 · 2 comments
Open

cabal new-build chokes on executable autogen #5044

hvr opened this issue Jan 15, 2018 · 2 comments

Comments

@hvr
Copy link
Member

hvr commented Jan 15, 2018

Consider the following pathological autogen.cabal case:

cabal-version:       2.0
name:                autogen
version:             0
build-type:          Simple

executable autogen
  main-is:             Main.hs
  build-depends:       base
  default-language:    Haskell2010

This will fail to build due to filesystem name clashes

@quasicomputational
Copy link
Contributor

Related: #4085

@hvr
Copy link
Member Author

hvr commented Jul 9, 2018

@quasicomputational not really :-)

library pkgname is in fact invalid

executable autogen should work

iow, totally different issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants