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

Symbol’s value as variable is void: hie-nix//default-nix-wrapper #11

Open
commandodev opened this issue Dec 27, 2018 · 0 comments
Open

Comments

@commandodev
Copy link

I'm getting a problem when I'm trying to run , s b (to load the repl):

hie-nix command: nix-shell -I . --command hie-wrapper --lsp -d -l /tmp/hie.log /home/ben/<...>/shell.nix [2 times]
Loading /home/ben/.emacs.d/.cache/company-statistics-cache.el (source)...done
LSP :: Connected to [hie:20388 status:starting].
Please type y, n, or !: n
Starting a new list of tags tables
Making tags-file-name local to TAGS while let-bound!
Using hie version: Version 0.3.0.0 x86_64 ghc-8.4.4
No hoogle db found. Check the README for instructions to generate one
haskell-interactive-session: No session associated with this buffer. Try M-x haskell-session-change or report this as a bug.
hie-nix//haskell-nix-wrapper: Symbol’s value as variable is void: hie-nix//default-nix-wrapper

I also noticed a problem with the init-lsp-haskell function. It should be:

(defun hie-nix/init-lsp-haskell ()
  (use-package lsp-haskell
    :init (add-hook 'haskell-mode-hook #'lsp)))

I'll send a PR for that one separately

commandodev pushed a commit to cdodev/spacemacs-hie-nix that referenced this issue Dec 27, 2018
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

1 participant