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

CONTRIBUTING.md references cabal sandbox #914

Closed
mixphix opened this issue Jan 28, 2023 · 3 comments · Fixed by #916
Closed

CONTRIBUTING.md references cabal sandbox #914

mixphix opened this issue Jan 28, 2023 · 3 comments · Fixed by #916

Comments

@mixphix
Copy link

mixphix commented Jan 28, 2023

I tried to follow the instructions on how to build and test this library, but Cabal sandboxes no longer exist on newer versions. What is the recommended way to do this today?

@treeowl
Copy link
Contributor

treeowl commented Jan 28, 2023

It's clearly time for an update. And I need to un-break cabal repl. Things are mostly fairly normal. cabal build and cabal test and cabal bench. Are you running into issues?

@mixphix
Copy link
Author

mixphix commented Jan 29, 2023

Just that I have to go into the respective subdirectories instead of running them at the top-level. Thanks!

@treeowl
Copy link
Contributor

treeowl commented Jan 29, 2023

Oops, my mind slipped. You can (and generally should) do it from the top: cabal build containers, but cabal test containers-tests and cabal bench containers-tests. You're totally right that CONTRIBUTING needs fixing....

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

Successfully merging a pull request may close this issue.

2 participants