Skip to content

Commit fb2a9fe

Browse files
authored
Merge pull request #105 from input-output-hk/js/revision-qc
Allow QuickCheck 2.16
2 parents ee0b75b + 5a40dba commit fb2a9fe

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

cabal.project

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
index-state:
22
-- Bump this if you need newer packages from Hackage
3-
, hackage.haskell.org 2025-06-03T08:53:00Z
3+
, hackage.haskell.org 2025-07-17T14:32:30Z
44

55
packages:
66
fs-api
@@ -12,6 +12,3 @@ benchmarks: True
1212

1313
-- comment me if you are benchmarking
1414
import: cabal.project.debug
15-
16-
-- TODO: remove once a new version of unix-bytestring is released
17-
allow-newer: unix-bytestring:base

fs-sim/fs-sim.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ library
5353
, io-classes:strict-stm
5454
, mtl ^>=2.2 || ^>=2.3
5555
, primitive ^>=0.9
56-
, QuickCheck ^>=2.13 || ^>=2.14 || ^>=2.15
56+
, QuickCheck ^>=2.13 || ^>=2.14 || ^>=2.15 || ^>=2.16
5757
, safe-wild-cards ^>=1.0
5858
, text ^>=1.2 || ^>=2.0 || ^>=2.1
5959

0 commit comments

Comments
 (0)