Skip to content

Commit

Permalink
temporarily disable tasty-quickcheck to break dependency cycle
Browse files Browse the repository at this point in the history
       In the dependencies for quickcheck-instances-0.3.29.1:                                                            [39/146134]
           QuickCheck dependency cycle detected: QuickCheck, prettyprinter, optparse-applicative,
                      tasty, tasty-bench, primitive, random, QuickCheck, BNFC
           primitive dependency cycle detected: primitive, vector, pgp-wordlist, prettyprinter,
                     optparse-applicative, tasty, tasty-bench, primitive, random, QuickCheck, BNFC
       needed since quickcheck-instances is a build target.

       In the dependencies for scientific-0.3.7.0:
           primitive dependency cycle detected: primitive, vector, pgp-wordlist, prettyprinter,
                     optparse-applicative, tasty, tasty-bench, primitive, random, QuickCheck, BNFC
       needed since scientific is a build target.

       In the dependencies for tasty-hunit-0.10.0.3:
           tasty dependency cycle detected: tasty, syb, doctest, prettyprinter,
                 optparse-applicative, tasty, tasty-bench, primitive, random, QuickCheck, BNFC
       needed since tasty-hunit is a build target.

       In the dependencies for tasty-quickcheck-0.10.2:
           QuickCheck dependency cycle detected: QuickCheck, prettyprinter, optparse-applicative,
                      tasty, tasty-bench, primitive, random, QuickCheck, BNFC
           optparse-applicative dependency cycle detected: optparse-applicative, tasty-quickcheck,
                                text-short, quickcheck-instances, prettyprinter,
                                optparse-applicative, tasty, tasty-bench, primitive, random,
                                QuickCheck, BNFC
           random dependency cycle detected: random, tasty-quickcheck, text-short,
                  quickcheck-instances, prettyprinter, optparse-applicative, tasty, tasty-bench,
                  primitive, random, QuickCheck, BNFC
           tasty dependency cycle detected: tasty, syb, doctest, prettyprinter,
                 optparse-applicative, tasty, tasty-bench, primitive, random, QuickCheck, BNFC
       needed since tasty-quickcheck is a build target.

       In the dependencies for uuid-types-1.0.5:
           random dependency cycle detected: random, tasty-quickcheck, text-short,
                  quickcheck-instances, prettyprinter, optparse-applicative, tasty, tasty-bench,
                  primitive, random, QuickCheck, BNFC
       needed since uuid-types is a build target.

       In the dependencies for vector-0.13.0.0:
           primitive dependency cycle detected: primitive, vector, pgp-wordlist, prettyprinter,
                     optparse-applicative, tasty, tasty-bench, primitive, random, QuickCheck, BNFC
       needed since vector is a build target.

       In the dependencies for prettyprinter-1.7.1:
           QuickCheck dependency cycle detected: QuickCheck, prettyprinter, optparse-applicative,
                      tasty, tasty-bench, primitive, random, QuickCheck, BNFC
           tasty dependency cycle detected: tasty, syb, doctest, prettyprinter,
                 optparse-applicative, tasty, tasty-bench, primitive, random, QuickCheck, BNFC
       needed since prettyprinter is a build target.

       In the dependencies for syb-0.7.2.3:
           tasty dependency cycle detected: tasty, syb, doctest, prettyprinter,
                 optparse-applicative, tasty, tasty-bench, primitive, random, QuickCheck, BNFC
       needed since syb is a build target.

       In the dependencies for text-short-0.1.5:
           tasty dependency cycle detected: tasty, syb, doctest, prettyprinter,
                 optparse-applicative, tasty, tasty-bench, primitive, random, QuickCheck, BNFC
       needed since text-short is a build target.

       In the dependencies for time-compat-1.9.6.1:
           QuickCheck dependency cycle detected: QuickCheck, prettyprinter, optparse-applicative,
                      tasty, tasty-bench, primitive, random, QuickCheck, BNFC
           tasty dependency cycle detected: tasty, syb, doctest, prettyprinter,
                 optparse-applicative, tasty, tasty-bench, primitive, random, QuickCheck, BNFC
       needed since time-compat is a build target.

       In the dependencies for unordered-containers-0.2.19.1:
           random dependency cycle detected: random, tasty-quickcheck, text-short,
                  quickcheck-instances, prettyprinter, optparse-applicative, tasty, tasty-bench,
                  primitive, random, QuickCheck, BNFC
           tasty-bench dependency cycle detected: tasty-bench, unordered-containers,
                       quickcheck-instances, prettyprinter, optparse-applicative, tasty,
                       tasty-bench, primitive, random, QuickCheck, BNFC
       needed since unordered-containers is a build target.

not sure it is enough though
  • Loading branch information
juhp committed Jun 21, 2023
1 parent 3ab7922 commit ff2b266
Showing 1 changed file with 179 additions and 1 deletion.
Loading

0 comments on commit ff2b266

Please sign in to comment.