-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
6.topic: haskellGeneral-purpose, statically typed, purely functional programming languageGeneral-purpose, statically typed, purely functional programming language
Description
installing ghc782 (nix-env -iA nixpkgs.ghc.ghc782) seems to install the terminfo package (there is a ~/.nix-profile/lib/ghc-7.8.2/terminfo-0.4.0.0 folder) but it's not picked up by cabal list --installed or ghc-pkg list.
For instance, trying to install terminfo either through cabal or nix causes an error:
miguel@miguel-MacBookPro:~/Development/Haskell/checkouts/scion-browser-0.3.1$ nix-env -iA nixpkgs.haskellPackages_ghc782.terminfo
installing `haskell-terminfo-ghc7.8.2-0.4.0.0-shared'
building path(s) `/nix/store/6bl8vnrmixxnkj1lb1b76ivig3qhh5qa-user-environment'
collision between `/nix/store/rddla85zgryvw9jc0kx6v85anw28rfkr-ghc-7.8.2-wrapper/lib/ghc-7.8.2/terminfo-0.4.0.0/libHSterminfo-0.4.0.0-ghc7.8.2.so' and `/nix/store/ha6pwg59avwv4bp8yja6kqj8p52gwjwr-haskell-terminfo-ghc7.8.2-0.4.0.0-shared/lib/ghc-7.8.2/terminfo-0.4.0.0/libHSterminfo-0.4.0.0-ghc7.8.2.so'; use `nix-env --set-flag priority NUMBER PKGNAME' to change the priority of one of the conflicting packages
builder for `/nix/store/yqmbkffcrvgfbfx0jkx4zmncmvvjd8f9-user-environment.drv' failed with exit code 255
error: build of `/nix/store/yqmbkffcrvgfbfx0jkx4zmncmvvjd8f9-user-environment.drv' failed
The ghc bug for this is https://ghc.haskell.org/trac/ghc/ticket/8919 . Appears to be fixed, so might be solved in ghc 7.8.3 ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
6.topic: haskellGeneral-purpose, statically typed, purely functional programming languageGeneral-purpose, statically typed, purely functional programming language