summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar ilovezfs <ilovezfs@web>2016-05-23 16:26:36 +0000
committerGravatar admin <admin@branchable.com>2016-05-23 16:26:36 +0000
commit0521e4f1ab5396cfbe85f4474aabb803fad98c7d (patch)
treefd35929b6f9a2bfe23dcd1400e68484b29c1b4e5 /doc
parent81d9661e081a7ca11f4bf5547ffe180071fd81ef (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/ghc_8.0.1_build_fixes/comment_2_4b2c8620824dc625b3aecee9838a04c3._comment33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/bugs/ghc_8.0.1_build_fixes/comment_2_4b2c8620824dc625b3aecee9838a04c3._comment b/doc/bugs/ghc_8.0.1_build_fixes/comment_2_4b2c8620824dc625b3aecee9838a04c3._comment
new file mode 100644
index 000000000..1a2bb5076
--- /dev/null
+++ b/doc/bugs/ghc_8.0.1_build_fixes/comment_2_4b2c8620824dc625b3aecee9838a04c3._comment
@@ -0,0 +1,33 @@
+[[!comment format=mdwn
+ username="ilovezfs"
+ subject="comment 2"
+ date="2016-05-23T16:26:35Z"
+ content="""
+> How does GHC complain about \"runner\"?
+
+[[!format text \"\"\"
+Remote/Bup.hs:137:30: error:
+ • Couldn't match expected type ‘t’
+ with actual type ‘Utility.Process.CreateProcessRunner
+ -> CreateProcess -> (Handle -> IO a0) -> IO a0’
+ ‘t’ is a rigid type variable bound by
+ the inferred type of runner :: t at Remote/Bup.hs:136:13
+ • In the expression: feedWithQuietOutput
+ In the expression:
+ if quiet then feedWithQuietOutput else withHandle StdinHandle
+ In an equation for ‘runner’:
+ runner
+ = if quiet then feedWithQuietOutput else withHandle StdinHandle
+ • Relevant bindings include
+ runner :: t (bound at Remote/Bup.hs:136:13)
+\"\"\"]]
+
+>I've applied your change to Setup-Depends. Oddly, I seem to remember trying the Setup-Depends with the new cabal and thought it was working..
+
+
+It is working, until I run \"cabal configure\". Then it breaks unless I add those additional dependencies.
+
+I'll check on your other questions in a bit.
+
+
+"""]]