aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/forum/git-annex_6.20170520_doesn__39__t_build_with_QuickCheck_2.10.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/git-annex_6.20170520_doesn__39__t_build_with_QuickCheck_2.10.mdwn b/doc/forum/git-annex_6.20170520_doesn__39__t_build_with_QuickCheck_2.10.mdwn
new file mode 100644
index 000000000..ce1972103
--- /dev/null
+++ b/doc/forum/git-annex_6.20170520_doesn__39__t_build_with_QuickCheck_2.10.mdwn
@@ -0,0 +1,8 @@
+ [ 9 of 561] Compiling Utility.QuickCheck ( Utility/QuickCheck.hs, dist/build/git-annex/git-annex-tmp/Utility/QuickCheck.dyn_o )
+
+ Utility/QuickCheck.hs:38:10: error:
+ Duplicate instance declarations:
+ instance Arbitrary EpochTime
+ -- Defined at Utility/QuickCheck.hs:38:10
+ instance [safe] Arbitrary Foreign.C.Types.CTime
+ -- Defined in ‘Test.QuickCheck.Arbitrary’