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
Without the last two (Cabal and template-haskell) got such message:
Error: While constructing the build plan, the following exceptions were encountered:Dependency cycle detected in packages: [aeson,monoidal-containers,witherable,aeson,backend]In the dependencies for backend-0.1.0.0: hoist needed, but the stack configuration has no specified version (no package with that name found, perhaps there is a typo in a package's build-depends or an omission from the stack.yaml packages list?) witherable dependency cycle detected: witherable, monoidal-containers, witherable, aeson, backendneeded since backend is a build target.In the dependencies for lens-4.19.2: Cabal-3.4.1.0 from stack configuration does not match >=1.10 && <3.3 (latest matching version is 3.2.1.0) template-haskell-2.17.0.0 from stack configuration does not match >=2.4 && <2.17 (latest matching version is 2.16.0.0)needed due to backend-0.1.0.0 -> lens-4.19.2In the dependencies for monoidal-containers-0.6.2.0: aeson dependency cycle detected: aeson, monoidal-containers, witherable, aeson, backend witherable dependency cycle detected: witherable, monoidal-containers, witherable, aeson, backendneeded due to backend-0.1.0.0 -> monoidal-containers-0.6.2.0In the dependencies for servant-0.19: aeson dependency cycle detected: aeson, monoidal-containers, witherable, aeson, backendneeded due to backend-0.1.0.0 -> servant-0.19In the dependencies for servant-server-0.19.1: aeson dependency cycle detected: aeson, monoidal-containers, witherable, aeson, backendneeded due to backend-0.1.0.0 -> servant-server-0.19.1In the dependencies for servant-websockets-2.0.0: aeson dependency cycle detected: aeson, monoidal-containers, witherable, aeson, backendneeded due to backend-0.1.0.0 -> servant-websockets-2.0.0In the dependencies for waargonaut-0.8.0.2: witherable dependency cycle detected: witherable, monoidal-containers, witherable, aeson, backendneeded due to backend-0.1.0.0 -> waargonaut-0.8.0.2In the dependencies for wai-extra-3.1.12.1: aeson dependency cycle detected: aeson, monoidal-containers, witherable, aeson, backendneeded due to backend-0.1.0.0 -> wai-extra-3.1.12.1Dependency cycle detected in packages: [witherable,monoidal-containers,witherable,aeson,backend]Unknown package: witherable-class
The text was updated successfully, but these errors were encountered:
Hi! I'm unsuccessfully trying to build a project with recommended extra-deps.
stack.yaml
:package.yaml
:Without the last two (
Cabal
andtemplate-haskell
) got such message:The text was updated successfully, but these errors were encountered: