summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-07-28 09:07:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-07-28 09:07:30 -0400
commite04fd9bebde0f87d1446c2a512ff2bbd5d0ac014 (patch)
tree91d227a103df105a6099b33fe185a0ada3e1d13a
parentc79c6cd785ddca725923a32b60f71cee04176120 (diff)
comment
-rw-r--r--doc/bugs/Cannot_build_with_GHC_8.2.1/comment_1_ffd824d79ec303d35b83255f0417d23a._comment10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/Cannot_build_with_GHC_8.2.1/comment_1_ffd824d79ec303d35b83255f0417d23a._comment b/doc/bugs/Cannot_build_with_GHC_8.2.1/comment_1_ffd824d79ec303d35b83255f0417d23a._comment
new file mode 100644
index 000000000..a13fb0faa
--- /dev/null
+++ b/doc/bugs/Cannot_build_with_GHC_8.2.1/comment_1_ffd824d79ec303d35b83255f0417d23a._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2017-07-28T13:05:38Z"
+ content="""
+I don't see any git-annex failure to build here. Cabal is failing to
+install sandi, a dependency. That package needs to have its dependency on
+base updated to allow building with the new ghc. Quite likely simply
+adjusting the dependency version will work.
+"""]]