This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
[ERROR] hie: panic! planPackages.mkPackage: Got non-unpacked package src! #1621
Closed
Description
If anyone has ideas, I would be super grateful. I am attempting to learn Haskell for the first time, and without something like HIE to hold my hand a bit it is going to be a much more difficult task.
The process I went through was was:
- Follow the instructions here, to install with Nix: https://github.com/Infinisil/all-hies
- Continuing on with instructions from that page, install Nix, Cachix, and then
all-hies
- Confirm that installation was successful,
hie
is in my path at/home/user/.nix-profile/bin/hie
- Install the VS Code plugin
- Configure
"languageServerHaskell.hieExecutablePath": "/home/user/.nix-profile/bin/hie"
However, when opening a Haskell file, I get this:
Looking at the debug log, I found:
The project I was attempting to use this with is cabal.project
-based, if that helps any.
https://github.com/hasura/graphql-engine/tree/master/server
I am going to try building from source rather than Nix a shot. Seems as though it will take a while but its the only idea I have left 🤷♂️