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

Prelude not installed by stack install #175

Open
sullyj3 opened this issue May 20, 2017 · 2 comments
Open

Prelude not installed by stack install #175

sullyj3 opened this issue May 20, 2017 · 2 comments

Comments

@sullyj3
Copy link

sullyj3 commented May 20, 2017

When running kitten from outside of the source directory, importing prelude fails.

james@letian ~/D/kitten> stack build
james@letian ~/D/kitten> stack install
Copying from /home/james/Downloads/kitten/.stack-work/install/x86_64-linux-ncurses6/lts-5.9/7.10.3/bin/kitten to /home/james/.local/bin/kitten
Copying from /home/james/Downloads/kitten/.stack-work/install/x86_64-linux-ncurses6/lts-5.9/7.10.3/bin/mini to /home/james/.local/bin/mini

Copied executables to /home/james/.local/bin/:
- kitten
- mini
james@letian ~/D/kitten> echo $fish_user_paths 
/home/james/go/bin /home/james/.local/bin /home/james/.fzf/bin /usr/bin /usr/bin/site_perl /usr/bin/vendor_perl /usr/bin/core_perl /home/james/.cabal/bin /home/james/.npm-global/bin
james@letian ~/D/kitten> kitten
Welcome to Kitten!
Type ':help' for help or ':quit' to quit.
  1 >>> 
james@letian ~/D/kitten> cd
james@letian ~> kitten
Welcome to Kitten!
Type ':help' for help or ':quit' to quit.
:1:1: error: missing import 'Prelude'
  1 >>> 
@sullyj3
Copy link
Author

sullyj3 commented May 20, 2017

Upon investigation, Judging by this, this is maybe a dup of #158?

@evincarofautumn
Copy link
Owner

evincarofautumn commented May 21, 2017

That’s the old compiler you’re running, but yeah, it should still be an issue with the new one, so it needs to be fixed. (Not a dup.)

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