Twinside / Juicy.Pixels

Haskell library to load & save pictures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shadowed Dependency Problem

WendyAnjanette opened this issue · comments

I'm trying to install JuicyPixels with this command cabal install JuicyPixels but I'm having this problem:
Building library for JuicyPixels-3.2.8.3..
: cannot satisfy -package-id vector-0.12.0.1-6mmeV84KOvJADXavl6mOiY:
vector-0.12.0.1-6mmeV84KOvJADXavl6mOiY is unusable due to shadowed dependencies:
primitive-0.6.2.0-V0ibjLQDdN6fcQS5bjLVg
(use -v for more information)

I'm stuck I'm a beginner in this and I don't have idea how to fix this. Please help.

I would advise to use the stack tool as a beginner to avoid the dependency/ghc version problems or try to use cabal's sandbox.

These kind of problems are more ghc/cabal related than JuicyPixels.

@WendyAnjanette Looks like you are hitting this issue with Cabal: haskell/cabal#4728