aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://launchpad.net/~felixonmars <felixonmars@web>2016-11-28 04:16:22 +0000
committerGravatar admin <admin@branchable.com>2016-11-28 04:16:22 +0000
commit2fa53a4cb6c5a0277d3264f653e59a7fb75a33ec (patch)
tree830b262039d6b3139e57553d7a7a2433f2e05dbd
parentf44ee104228dddcc9b4cf95e02d4020962ee1036 (diff)
removed
-rw-r--r--doc/bugs/cabal_constraints_for_aws_and_esqueleto/comment_1_ada25b56fe50225e518a46cb38247483._comment28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/bugs/cabal_constraints_for_aws_and_esqueleto/comment_1_ada25b56fe50225e518a46cb38247483._comment b/doc/bugs/cabal_constraints_for_aws_and_esqueleto/comment_1_ada25b56fe50225e518a46cb38247483._comment
deleted file mode 100644
index ced3a97b0..000000000
--- a/doc/bugs/cabal_constraints_for_aws_and_esqueleto/comment_1_ada25b56fe50225e518a46cb38247483._comment
+++ /dev/null
@@ -1,28 +0,0 @@
-[[!comment format=mdwn
- username="https://launchpad.net/~felixonmars"
- nickname="felixonmars"
- avatar="http://cdn.libravatar.org/avatar/17284a3bb2e4ad9d3be8fab31f49865be9c1dc22143c728de731fe800a335d38"
- subject="comment 1"
- date="2016-11-28T04:12:18Z"
- 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
-"""]]