summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorGravatar RaspberryPie <RaspberryPie@web>2013-10-21 19:55:12 +0000
committerGravatar admin <admin@branchable.com>2013-10-21 19:55:12 +0000
commitbd2ea64158b74f044007a43a4ff543bc6662ce4a (patch)
treea4e79dcc1ca471fc0b530e923928fa5f34b8c71d /doc/install
parent81f68217ec817d7048545c4435264afa833f27e6 (diff)
Added a comment: "Could not find module Crypto.Hash" error when building git-annex
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/cabal/comment_22_2f27b78215f97ade1986ca806c634cb3._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/install/cabal/comment_22_2f27b78215f97ade1986ca806c634cb3._comment b/doc/install/cabal/comment_22_2f27b78215f97ade1986ca806c634cb3._comment
new file mode 100644
index 000000000..d7ff05617
--- /dev/null
+++ b/doc/install/cabal/comment_22_2f27b78215f97ade1986ca806c634cb3._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="RaspberryPie"
+ ip="96.44.189.100"
+ subject="&quot;Could not find module Crypto.Hash&quot; error when building git-annex "
+ date="2013-10-21T19:55:12Z"
+ content="""
+Lately I get this error message when trying to build git-annex-v4.20131002:
+
+ Utility/Hash.hs:7:8:
+ Could not find module `Crypto.Hash'
+ Perhaps you meant
+ Crypto.HMAC (needs flag -package crypto-api-0.10.2)
+ Use -v to see a list of the files searched for.
+
+crypto-api-0.10.2 is installed as a debian dev package. All the dependencies are met. I have no idea what's going on.
+"""]]