Added a comment
authorhttps://launchpad.net/~felixonmars <felixonmars@web>
Mon, 28 Nov 2016 04:17:13 +0000 (04:17 +0000)
committeradmin <admin@branchable.com>
Mon, 28 Nov 2016 04:17:13 +0000 (04:17 +0000)
doc/bugs/cabal_constraints_for_aws_and_esqueleto/comment_1_d91e44573ef4a0ec6e7098cb4cd360f5._comment [new file with mode: 0644]

diff --git a/doc/bugs/cabal_constraints_for_aws_and_esqueleto/comment_1_d91e44573ef4a0ec6e7098cb4cd360f5._comment b/doc/bugs/cabal_constraints_for_aws_and_esqueleto/comment_1_d91e44573ef4a0ec6e7098cb4cd360f5._comment
new file mode 100644 (file)
index 0000000..327b634
--- /dev/null
@@ -0,0 +1,30 @@
+[[!comment format=mdwn
+ username="https://launchpad.net/~felixonmars"
+ nickname="felixonmars"
+ avatar="http://cdn.libravatar.org/avatar/17284a3bb2e4ad9d3be8fab31f49865be9c1dc22143c728de731fe800a335d38"
+ subject="comment 1"
+ date="2016-11-28T04:17:12Z"
+ content="""
+aws has merged a PR to support http-conduit 2.2, but git-annex itself doesn't build with the new component yet:
+
+```
+[ 95 of 544] Compiling Utility.Url      ( Utility/Url.hs, dist/build/git-annex/git-annex-tmp/Utility/Url.o )
+
+Utility/Url.hs:354:34: error:
+    * The constructor `StatusCodeException' should have 2 arguments, but has been given 3
+    * In the pattern: StatusCodeException s _ _
+      In an equation for `matchStatusCodeException':
+          matchStatusCodeException want e@(StatusCodeException s _ _)
+            | want s = Just e
+            | otherwise = Nothing
+
+Utility/Url.hs:354:34: error:
+    * Couldn't match expected type `HttpException'
+                  with actual type `HttpExceptionContent'
+    * In the pattern: StatusCodeException s _ _
+      In an equation for `matchStatusCodeException':
+          matchStatusCodeException want e@(StatusCodeException s _ _)
+            | want s = Just e
+            | otherwise = Nothing
+```
+"""]]