haskell / haskell/primitive

bump bound QuickCheck to <9.17

Open Beginner friendly
#444 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
123
Forks
60
PR merge metrics
No merged PRs in 30d

Description

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`

Contributor guide

No contributing guide indexed for this repository

Research direction

Open primitive.cabal and inspect the test-suite test-qc dependency bounds. Run the test suite with QuickCheck-2.17, as described in the issue, and confirm that the updated upper bound permits it while the tests still pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
haskell
Domain
build-system, testing
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
92/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.