Skip to content

bump bound QuickCheck to <9.17 #444

Description

@andromeda-fp

all tests pass on QuickCheck-2.17 with the following patch:

diff --git a/primitive.cabal b/primitive.cabal
index eea258f..92ea6f0 100644
--- a/primitive.cabal
+++ b/primitive.cabal
@@ -89,7 +89,7 @@ test-suite test-qc
                , base-orphans
                , primitive
                , quickcheck-classes-base >= 0.6 && <0.7
-               , QuickCheck >= 2.13 && < 2.16
+               , QuickCheck >= 2.13 && < 2.17
                , tasty >= 1.2 && < 1.6
                , tasty-quickcheck
                , tagged

applied on tag v0.9.1.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions