You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cabal-version: 3.0
name: d
version: 0.1.0.0library sublib
visibility: public
default-language: Haskell2010
p.cabal:
cabal-version: 3.0
name: p
version: 0.1.0.0librarybuild-depends: d:sublib
default-language: Haskell2010
cabal v2-build p output:
cabal: Could not resolve dependencies:
[__0] trying: d-0.1.0.0 (user goal)
[__1] next goal: p (user goal)
[__1] rejecting: p-0.1.0.0 (requires library from d, but the component does
not exist)
[__1] fail (backjumping, conflict set: d, p)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: d, p