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

Trying to build with stack as a dependency packages fails #4

Closed
kamoii opened this issue Jan 25, 2021 · 2 comments
Closed

Trying to build with stack as a dependency packages fails #4

kamoii opened this issue Jan 25, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@kamoii
Copy link

kamoii commented Jan 25, 2021

stack.yaml:

packages:
- .
- /.../dear-imgui.hs

package.yaml:

dependencies:
- base >= 4.7 && < 5
- dear-imgui
$ stack build
cabal file path /home/sino/github/dear-imgui.hs/hs-dear-imgui.cabal does not match the package name it defines.
Please rename the file to: dear-imgui.cabal
For more information, see: https://github.com/commercialhaskell/stack/issues/317
@ocharles
Copy link
Member

Sorry, hs-dear-imgui.cabal should really be called dear-imgui.cabal. Would you like to submit a PR doing that renaming?

@kamoii
Copy link
Author

kamoii commented Jan 25, 2021

@ocharles Submitted PR.
Nothing to sorry about. Thanks for the cool project!

@dpwiz dpwiz added the bug Something isn't working label Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants