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't load test-suite in ghci #20

Open
soenkehahn opened this issue Aug 29, 2016 · 1 comment
Open

Can't load test-suite in ghci #20

soenkehahn opened this issue Aug 29, 2016 · 1 comment
Assignees

Comments

@soenkehahn
Copy link
Collaborator

Because of missing language extension declarations (DataKinds, TypeOperators, etc.). You should either put them directly in the files or duplicate the ones from the cabal file in the .ghci file.

@bandali bandali self-assigned this Oct 12, 2017
@bandali
Copy link
Collaborator

bandali commented Oct 12, 2017

@soenkehahn I too am leaning towards bringing the extensions from the bookkeeper.cabal into individual files.

In the meantime, have you tried cabal new-repl or stack ghci instead of using plain ghci? I'm 99% sure both stack and cabal take care of running ghci in the context of the package.

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