aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-15 13:53:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-15 13:53:51 -0400
commit37b5b1bf0d59cdb8068c0cfb76e194a70754cafa (patch)
tree8242b4e115298a42db7e9d86f380034b11bf1a59
parentbb70a5e5c484187336dcee6885d9d019bb772e92 (diff)
Fix QuickCheck dependency in cabal file.
-rw-r--r--debian/changelog1
-rw-r--r--doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn2
-rw-r--r--git-annex.cabal2
3 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2e9468d8c..1136c37c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ git-annex (3.20120114) UNRELEASED; urgency=low
where StatFS does not currently work (s390, mips, powerpc, sparc),
this disables the diskreserve checking code, and attempting to
configure an annex.diskreserve will result in an error.
+ * Fix QuickCheck dependency in cabal file.
-- Joey Hess <joeyh@debian.org> Sat, 14 Jan 2012 17:12:04 -0400
diff --git a/doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn b/doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn
index 6bc4b70a1..15f2f15fc 100644
--- a/doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn
+++ b/doc/bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn
@@ -31,3 +31,5 @@ which is really strange, because quickcheck 2.4.2 is installed:
Any help is greatly appreciated :)
Andreas.
+
+> [[fixed|done]], QuickCheck has to be spelled in mised case. --[[Joey]]
diff --git a/git-annex.cabal b/git-annex.cabal
index aaa773a3d..54511d9fb 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -31,7 +31,7 @@ Executable git-annex
Build-Depends: MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, json, HTTP,
- base < 5, monad-control, transformers-base, lifted-base, quickcheck >= 2.1
+ base < 5, monad-control, transformers-base, lifted-base, QuickCheck >= 2.1
Executable git-annex-shell
Main-Is: git-annex-shell.hs