File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
index-state :
2
2
-- 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
4
4
5
5
packages :
6
6
fs-api
@@ -12,6 +12,3 @@ benchmarks: True
12
12
13
13
-- comment me if you are benchmarking
14
14
import : cabal.project.debug
15
-
16
- -- TODO: remove once a new version of unix-bytestring is released
17
- allow-newer : unix-bytestring :base
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ library
53
53
, io-classes :strict-stm
54
54
, mtl ^>= 2.2 || ^>= 2.3
55
55
, primitive ^>= 0.9
56
- , QuickCheck ^>= 2.13 || ^>= 2.14 || ^>= 2.15
56
+ , QuickCheck ^>= 2.13 || ^>= 2.14 || ^>= 2.15 || ^ >= 2.16
57
57
, safe-wild-cards ^>= 1.0
58
58
, text ^>= 1.2 || ^>= 2.0 || ^>= 2.1
59
59
You can’t perform that action at this time.
0 commit comments