summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING11
1 files changed, 11 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index b61c9f5..37c366c 100644
--- a/HACKING
+++ b/HACKING
@@ -25,3 +25,14 @@ contributers to the kiki project.
25 25
26* This approach keeps the code base fresh without limiting it's ease of install 26* This approach keeps the code base fresh without limiting it's ease of install
27 and utility on existing systems. 27 and utility on existing systems.
28
29
30Note about current dependency status:
31
32Because cryptohash is already packaged for Wheezy and I want to avoid depending
33a newer version of the library, I've backported the following to work with
34cryptohash-0.7.5:
35
36 crypto-pubkey-0.2.4 (needed to add conditional compilation)
37 x509-v1.4.5 (changed only the constraint in the cabal file)
38