Ben Gamari pushed to branch wip/T26268 at Glasgow Haskell Compiler / GHC
Commits:
-
99817947
by Ben Gamari at 2025-08-11T13:39:40-04:00
7 changed files:
- compiler/ghc.cabal.in
- ghc/ghc-bin.cabal.in
- libraries/Cabal
- libraries/directory
- libraries/hpc
- libraries/time
- libraries/unix
Changes:
... | ... | @@ -120,7 +120,7 @@ Library |
120 | 120 | process >= 1 && < 1.7,
|
121 | 121 | bytestring >= 0.11 && < 0.13,
|
122 | 122 | binary == 0.8.*,
|
123 | - time >= 1.4 && < 1.15,
|
|
123 | + time >= 1.4 && < 1.16,
|
|
124 | 124 | containers >= 0.6.2.1 && < 0.9,
|
125 | 125 | array >= 0.1 && < 0.6,
|
126 | 126 | filepath >= 1.5 && < 1.6,
|
... | ... | @@ -64,7 +64,7 @@ Executable ghc |
64 | 64 | ghci == @ProjectVersionMunged@,
|
65 | 65 | haskeline == 0.8.*,
|
66 | 66 | exceptions == 0.10.*,
|
67 | - time >= 1.8 && < 1.15
|
|
67 | + time >= 1.8 && < 1.16
|
|
68 | 68 | CPP-Options: -DHAVE_INTERNAL_INTERPRETER
|
69 | 69 | Other-Modules:
|
70 | 70 | GHCi.Leak
|
1 | -Subproject commit 703582f80f6d7f0c914ef4b885affcfc7b7b6ec8 |
|
1 | +Subproject commit d9b0904b49dc84e0bfc79062daf2bbdf9d22a422 |
1 | -Subproject commit ffd4fc248ee36095ddec55598b0f8e3a9ac762a8 |
|
1 | +Subproject commit 6442a3cf04f74d82cdf8c9213324313d52b23d28 |
1 | -Subproject commit 7b7aed397cbe2bb36824d8627527fa4d5abffaa6 |
|
1 | +Subproject commit 12675279dc5cbea4ade8b5157b080390d598f03f |
1 | -Subproject commit e5c5d1987011efe88a21ab6ded45aaa33a16274f |
|
1 | +Subproject commit 507f50844802f1469ba6cadfeefd4e3fecee0416 |
1 | -Subproject commit 1c3548c3906bb0d912eda5685968934183f4b51f |
|
1 | +Subproject commit c9b3e95b5c15b118e55522bd92963038c6a88160 |