Fix QuickCheck dependency in cabal file.
This commit is contained in:
parent
bb70a5e5c4
commit
37b5b1bf0d
3 changed files with 4 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue