summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://launchpad.net/~felixonmars <felixonmars@web>2016-01-21 05:20:14 +0000
committerGravatar admin <admin@branchable.com>2016-01-21 05:20:14 +0000
commite00389a77a3c87cb5e6bb6afb8472ba342c7383e (patch)
treeaf79708022bcc81a1621c04487f407e01f5eaf6c /doc
parent0d58e23c5aa90d41d83486b0f837aefca417ef7a (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Doesn__39__t_build_with_QuickCheck_2.8.2.mdwn29
1 files changed, 15 insertions, 14 deletions
diff --git a/doc/bugs/Doesn__39__t_build_with_QuickCheck_2.8.2.mdwn b/doc/bugs/Doesn__39__t_build_with_QuickCheck_2.8.2.mdwn
index 2653fed79..8e0c4c520 100644
--- a/doc/bugs/Doesn__39__t_build_with_QuickCheck_2.8.2.mdwn
+++ b/doc/bugs/Doesn__39__t_build_with_QuickCheck_2.8.2.mdwn
@@ -4,23 +4,24 @@ I am getting build errors when trying to compile git-annex with QuickCheck 2.8.2
### What steps will reproduce the problem?
Build git-annex with QuickCheck 2.8.2, and get the following errors:
+
[ 30 of 535] Compiling Utility.QuickCheck ( Utility/QuickCheck.hs, dist/build/git-annex/git-annex-tmp/Utility/QuickCheck.o )
-Utility/QuickCheck.hs:24:10:
- Duplicate instance declarations:
- instance (Arbitrary k, Arbitrary v, Eq k, Ord k) =>
- Arbitrary (M.Map k v)
- -- Defined at Utility/QuickCheck.hs:24:10
- instance [safe] (Ord k, Arbitrary k, Arbitrary v) =>
- Arbitrary (M.Map k v)
- -- Defined in `Test.QuickCheck.Arbitrary'
+ Utility/QuickCheck.hs:24:10:
+ Duplicate instance declarations:
+ instance (Arbitrary k, Arbitrary v, Eq k, Ord k) =>
+ Arbitrary (M.Map k v)
+ -- Defined at Utility/QuickCheck.hs:24:10
+ instance [safe] (Ord k, Arbitrary k, Arbitrary v) =>
+ Arbitrary (M.Map k v)
+ -- Defined in `Test.QuickCheck.Arbitrary'
-Utility/QuickCheck.hs:27:10:
- Duplicate instance declarations:
- instance (Arbitrary v, Eq v, Ord v) => Arbitrary (S.Set v)
- -- Defined at Utility/QuickCheck.hs:27:10
- instance [safe] (Ord a, Arbitrary a) => Arbitrary (S.Set a)
- -- Defined in `Test.QuickCheck.Arbitrary'
+ Utility/QuickCheck.hs:27:10:
+ Duplicate instance declarations:
+ instance (Arbitrary v, Eq v, Ord v) => Arbitrary (S.Set v)
+ -- Defined at Utility/QuickCheck.hs:27:10
+ instance [safe] (Ord a, Arbitrary a) => Arbitrary (S.Set a)
+ -- Defined in `Test.QuickCheck.Arbitrary'
### What version of git-annex are you using? On what operating system?
git-annex 6.20160114, on Arch Linux x86_64.