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

Can this be made to work with cabal rather than stack? #59

Open
mmynsted opened this issue Sep 14, 2021 · 1 comment
Open

Can this be made to work with cabal rather than stack? #59

mmynsted opened this issue Sep 14, 2021 · 1 comment

Comments

@mmynsted
Copy link

I can use stack2cabal. I am then able to:

  • cabal build
  • cabal install

Then if I try haskellings run Types1, if fails because it can not find ghc.

I think tell it where ghc lives with:

haskellings configure

This is fine. I then try haskellings run Types1 again and it fails because it can not find Stack package DB. I am not sure what that is. The error is:

Couldn't find an appropriate stack package DB!

Anyway thank you for the nice app. I would like to try it with cabal.

@13r0ck
Copy link

13r0ck commented Mar 22, 2024

Bump on this issue.

p.s. haskellings configure and GHC_PATH:"/home/$USER/.local/bin" DB_PATH:"" was the command I needed to get stack to work, otherwise I was going to abandon this project. Anyway, thanks!

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

2 participants