From c9b2dd2f08d9ef69c847eaa2cad17a21b3451ab4 Mon Sep 17 00:00:00 2001 From: "monroef4@5fd6d70c9fe11f52f6186c3b4e784f66ebf38af4" Date: Wed, 16 Aug 2017 14:07:57 +0000 Subject: --- doc/bugs/master_fails_to_build.mdwn | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/bugs/master_fails_to_build.mdwn diff --git a/doc/bugs/master_fails_to_build.mdwn b/doc/bugs/master_fails_to_build.mdwn new file mode 100644 index 0000000..97675d5 --- /dev/null +++ b/doc/bugs/master_fails_to_build.mdwn @@ -0,0 +1,30 @@ +``` +Downloading lts-9.0 build plan ... +Downloaded lts-9.0 build plan. +Updating package index Hackage (mirrored at https://s3.amazonaws.com/hackage.fpcomplete.com/) ... +Selected mirror https://s3.amazonaws.com/hackage.fpcomplete.com/ +Downloading root +Selected mirror https://s3.amazonaws.com/hackage.fpcomplete.com/ +Downloading timestamp +Downloading snapshot +Downloading mirrors +Cannot update index (no local copy) +Downloading index +Updated package list downloaded +Populating index cache ... +Populated index cache. + +Error: While constructing the build plan, the following exceptions were encountered: + +In the dependencies for debug-me-1.20170810: + posix-pty must match (>=0.2.1), but the stack configuration has no specified version (latest applicable is 0.2.1.1) +needed since debug-me-1.20170810 is a build target. + +Recommended action: try adding the following to your extra-deps in /builddir/debug-me-1.20170810/stack.yaml: +- posix-pty-0.2.1.1 + +You may also want to try the 'stack solver' command +Plan construction failed. +``` + +I couldn't see posix-pty in the lts package list? Was it erroneously removed from stack.yaml? -- cgit v1.2.3