From 37b5b1bf0d59cdb8068c0cfb76e194a70754cafa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 15 Jan 2012 13:53:51 -0400 Subject: Fix QuickCheck dependency in cabal file. --- debian/changelog | 1 + ..._available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn | 2 ++ git-annex.cabal | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.3