summaryrefslogtreecommitdiff
path: root/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_2_6fdc5f8b07908c6eda8a97690408f44e._comment
blob: a8ed998cd417e79d978b02b74f6db2ce1f1630b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus"
 nickname="Jimmy"
 subject="comment 2"
 date="2012-12-11T08:29:07Z"
 content="""
yea its a problem with testpack rather than git-annex's test suite,

<pre>
[jtang@laplace git-annex (master)]$ cabal install testpack
Resolving dependencies...
Configuring testpack-2.1.2...
Building testpack-2.1.2...
Preprocessing library testpack-2.1.2...
[1 of 3] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.o )
[2 of 3] Compiling Test.QuickCheck.Tools ( src/Test/QuickCheck/Tools.hs, dist/build/Test/QuickCheck/Tools.o )

src/Test/QuickCheck/Tools.hs:33:9:
    Warning: Fields of `MkResult' not initialised: abort
    In the expression:
      MkResult
        {ok = Just (expected == actual), expect = True,
         interrupted = False,
         reason = \"Result: expected \"
                  ++ show expected ++ \", got \" ++ show actual,
         stamp = [], callbacks = []}
    In an equation for `@=?':
        expected @=? actual
          = MkResult
              {ok = Just (expected == actual), expect = True,
               interrupted = False,
               reason = \"Result: expected \"
                        ++ show expected ++ \", got \" ++ show actual,
               stamp = [], callbacks = []}
[3 of 3] Compiling Test.HUnit.Tools ( src/Test/HUnit/Tools.hs, dist/build/Test/HUnit/Tools.o )

src/Test/HUnit/Tools.hs:131:57:
    `maxDiscard' is not a (visible) constructor field name

src/Test/HUnit/Tools.hs:177:40: Not in scope: `maxDiscard'
cabal: Error: some packages failed to install:
testpack-2.1.2 failed during the building phase. The exception was:
ExitFailure 1
</pre>
"""]]