summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormonroef4@5fd6d70c9fe11f52f6186c3b4e784f66ebf38af4 <monroef4@web>2017-08-16 14:07:57 +0000
committeradmin <admin@branchable.com>2017-08-16 14:07:57 +0000
commitc9b2dd2f08d9ef69c847eaa2cad17a21b3451ab4 (patch)
tree57137df71d8d8371dcd71b162e2d0a6337eb3911
parentc358b72d4ea20bb3c4f36d3cad8aa1303e3ee9af (diff)
downloaddebug-me-c9b2dd2f08d9ef69c847eaa2cad17a21b3451ab4.tar.gz
-rw-r--r--doc/bugs/master_fails_to_build.mdwn30
1 files changed, 30 insertions, 0 deletions
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?