Skip to content

Instantly share code, notes, and snippets.

@mpereira
Created March 12, 2021 11:09
Show Gist options
  • Save mpereira/a2418c458418cd01a2d18301eaeae85e to your computer and use it in GitHub Desktop.
Save mpereira/a2418c458418cd01a2d18301eaeae85e to your computer and use it in GitHub Desktop.
Error: While constructing the build plan, the following exceptions were encountered:
In the dependencies for purescript-0.14.0:
Cabal-3.2.1.0 from stack configuration does not match >=2.2 && <3.0 (latest matching version is 2.4.1.0)
Glob-0.10.1 from stack configuration does not match ==0.9.* (latest matching version is 0.9.3)
aeson-1.5.6.0 from stack configuration does not match >=1.0 && <1.5 (latest matching version is 1.4.7.1)
ansi-terminal-0.10.3 from stack configuration does not match >=0.7.1 && <0.9 (latest matching version is 0.8.2)
base-4.14.1.0 from stack configuration does not match >=4.11 && <4.13 (latest matching version is 4.12.0.0)
base-compat-0.11.2 from stack configuration does not match >=0.6.0 && <0.11 (latest matching version is 0.10.5)
clock-0.8 from stack configuration does not match <0.8 (latest matching version is 0.7.2)
cryptonite-0.27 from stack configuration does not match ==0.25.* (latest matching version is 0.25)
happy-1.20.0 from stack configuration does not match ==1.19.9 (latest matching version is 1.19.9)
haskeline-0.8.1.1 from stack configuration does not match >=0.7.0.0 && <0.8.0.0 (latest matching version is 0.7.5.0)
language-javascript-0.7.1.0 from stack configuration does not match ==0.7.0.0 (latest matching version is 0.7.0.0)
lifted-async-0.10.1.3 from stack configuration does not match >=0.10.0.3 && <0.10.1 (latest matching version is 0.10.0.6)
memory-0.15.0 from stack configuration does not match ==0.14.* (latest matching version is 0.14.18)
microlens-platform-0.4.1 from stack configuration does not match >=0.3.9.0 && <0.4 (latest matching version is 0.3.11)
network-3.1.1.1 from stack configuration does not match >=3.0.1.1 && <3.1 (latest matching version is 3.0.1.1)
optparse-applicative-0.15.1.0 from stack configuration does not match >=0.13.0 && <0.15 (latest matching version is 0.14.3.0)
protolude-0.3.0 from stack configuration does not match >=0.1.6 && <0.2.4 (latest matching version is 0.2.3)
purescript-ast must match <0.2, but the stack configuration has no specified version (latest matching version is 0.1.0.0)
purescript-cst must match <0.2, but the stack configuration has no specified version (latest matching version is 0.1.0.0)
regex-tdfa-1.3.1.0 from stack configuration does not match <1.3 (latest matching version is 1.2.3.2)
semialign-1.1.0.1 from stack configuration does not match >=1 && <1.1 (latest matching version is 1)
semigroups-0.19.1 from stack configuration does not match >=0.16.2 && <0.19 (latest matching version is 0.18.5)
these-1.1.1.1 from stack configuration does not match >=1 && <1.1 (latest matching version is 1.0.1)
time-1.9.3 from stack configuration does not match <1.9 (latest matching version is 1.8.0.4)
needed since purescript is a build target.
Some different approaches to resolving this:
* Build requires unattainable version of base. Since base is a part of GHC, you most likely need
to use a different GHC version with the matching base.
Plan construction failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment