summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-16 16:52:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-16 16:52:20 -0400
commitd1a455bdb4bd96c4ecf590b56f0517538c9d8eb0 (patch)
treed93c93fbc9037908be8d44a513f3a7377dddb385
parent117e97ea30f6e414a99f413d1e2050da84edd9df (diff)
need SHA too
-rw-r--r--INSTALL2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 5c149dc45..11f573488 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
To build and use git-annex, you will need:
* ghc
-* These haskell libraries: MissingH
+* These haskell libraries: MissingH SHA
* a "uuid" command
diff --git a/debian/control b/debian/control
index fa4fd6115..e58f55af9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: git-annex
Section: utils
Priority: optional
-Build-Depends: debhelper (>= 7.0.50), ghc6, libghc6-missingh-dev
+Build-Depends: debhelper (>= 7.0.50), ghc6, libghc6-missingh-dev, libghc6-sha-dev
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.9.1
Vcs-Git: git://git.kitenet.net/git-annex