Fix QuickCheck dependency in cabal file.

This commit is contained in:
Joey Hess 2012-01-15 13:53:51 -04:00
parent bb70a5e5c4
commit 37b5b1bf0d
3 changed files with 4 additions and 1 deletions

1
debian/changelog vendored
View file

@ -4,6 +4,7 @@ git-annex (3.20120114) UNRELEASED; urgency=low
where StatFS does not currently work (s390, mips, powerpc, sparc), where StatFS does not currently work (s390, mips, powerpc, sparc),
this disables the diskreserve checking code, and attempting to this disables the diskreserve checking code, and attempting to
configure an annex.diskreserve will result in an error. 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 -- Joey Hess <joeyh@debian.org> Sat, 14 Jan 2012 17:12:04 -0400

View file

@ -31,3 +31,5 @@ which is really strange, because quickcheck 2.4.2 is installed:
Any help is greatly appreciated :) Any help is greatly appreciated :)
Andreas. Andreas.
> [[fixed|done]], QuickCheck has to be spelled in mised case. --[[Joey]]

View file

@ -31,7 +31,7 @@ Executable git-annex
Build-Depends: MissingH, hslogger, directory, filepath, Build-Depends: MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time, unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, json, HTTP, 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 Executable git-annex-shell
Main-Is: git-annex-shell.hs Main-Is: git-annex-shell.hs