question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to eable on NixOS? error: attribute 'ghc863' missing

See original GitHub issue

This might be a stupid question, but I am failing to set up this plugin on NixOS unstable. It looks like the specific version of the compiler is not available. Has anyone got it working?

3:01	Executing `/home/bara/.nix-profile/bin/stack --system-ghc -j1 --stack-root /home/bara/.cache/intellij-haskell/lts-13 --resolver lts-13 --compiler ghc-8.6.3 --local-bin-path /home/bara/.cache/intellij-haskell/lts-13/bin install stylish-haskell` failed: /home/bara/.nix-profile/bin/stack --system-ghc -j1 --stack-root /home/bara/.cache/intellij-haskell/lts-13 --resolver lts-13 --compiler ghc-8.6.3 --local-bin-path /home/bara/.cache/intellij-haskell/lts-13/bin install stylish-haskell:   
				Selected resolver: lts-13.16
				error: attribute 'ghc863' missing, at (string):1:43
				(use '--show-trace' to show detailed location information)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
rikvdkleijcommented, Apr 15, 2019

Beta46 does not indicate compiler anymore for installing Haskell tools.

0reactions
rikvdkleijcommented, May 22, 2019

Please reopen when it’s still an issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Haskell stack not working after upgrade to 19.03
Hi,. after upgrading to nixos-19.03 stack started misbehaving: $ stack ghci error: attribute 'ghc863' missing, at (string):1:43 (use '--show-trace' to show ...
Read more >
NixOs Attribute Error with unstable package on stable release
I've tried installing through both environment.systemPackages in my configuration.nix and my home.packages in my home.nix. Do I need to use a ...
Read more >
Using attrValues of flake overlays while importing nixpkgs ...
Specifying overlays manually works, while attrValues overlays.overlays does not, giving me the error error: attribute 'autoslot' missing . nix.
Read more >
Stack and Nix - Type Classes
stack repl --resolver lts-13.1 error: attribute 'ghc863' missing, at (string):1:48 (use '--show-trace' to show detailed location information).
Read more >
error: attribute 'ghc883' missing, at (string):1:43 - Google Groups
error : attribute 'ghc883' missing, at (string):1:43 ... My OS is NixOS. ... Using a nix-shell environment with nix packages: haskell.compiler.ghc844, git, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found