Skip to content

Commit

Permalink
temporarily disable Agda to break dependency cycle
Browse files Browse the repository at this point in the history
       In the dependencies for tasty-bench-0.3.4:                                                                        [14/144965]
           tasty dependency cycle detected: tasty, tasty-bench, primitive, random, QuickCheck,
                 prettyprinter, optparse-applicative, tasty, STMonadTrans, Agda
       needed since tasty-bench is a build target.

       In the dependencies for tasty-hunit-0.10.0.3:
           tasty dependency cycle detected: tasty, tasty-bench, primitive, random, QuickCheck,
                 prettyprinter, optparse-applicative, tasty, STMonadTrans, Agda
       needed since tasty-hunit is a build target.
       In the dependencies for tasty-quickcheck-0.10.2:
           optparse-applicative dependency cycle detected: optparse-applicative, tasty-quickcheck,
                                pgp-wordlist, prettyprinter, optparse-applicative, tasty,
                                STMonadTrans, Agda
           tasty dependency cycle detected: tasty, tasty-bench, primitive, random, QuickCheck,
                 prettyprinter, optparse-applicative, tasty, STMonadTrans, Agda
       needed since tasty-quickcheck is a build target.

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

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

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

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

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

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

not sure it is enough though
  • Loading branch information
juhp committed Jun 21, 2023
1 parent bed04e8 commit 3ab7922
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ packages:
- geniplate-mirror

"Andreas Abel <andreas.abel@gu.se> @andreasabel":

- Agda
- Agda < 0
- agda2lagda
- BNFC
- cabal-clean
Expand Down

0 comments on commit 3ab7922

Please sign in to comment.