Skip to content

Commit bd77daa

Browse files
committed
cabal.project: Update index-state
And remove un-needed allow-newer stanzas.
1 parent ed21af4 commit bd77daa

File tree

1 file changed

+164
-14
lines changed

1 file changed

+164
-14
lines changed

cabal.project

Lines changed: 164 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ repository cardano-haskell-packages
1414
-- update either of these.
1515
index-state:
1616
-- Bump both the following dates if you need newer packages from Hackage
17-
, hackage.haskell.org 2025-09-12T01:28:11Z
17+
, hackage.haskell.org 2025-09-16T23:13:00Z
1818
-- Bump this if you need newer packages from CHaP
19-
, cardano-haskell-packages 2025-09-11T16:20:37Z
19+
, cardano-haskell-packages 2025-09-16T10:10:31Z
2020

2121
packages: cardano-constitution
2222
plutus-benchmark
@@ -75,16 +75,166 @@ source-repository-package
7575
tag: e814b9171398cbdfecdc6823067156a7e9fc76a3
7676

7777
allow-newer:
78-
-- https://github.com/tweag/HaskellR/pull/420
79-
, inline-r:singletons-th
80-
, inline-r:aeson
81-
, inline-r:text
82-
, inline-r:template-haskell
83-
, inline-r:deepseq
84-
, inline-r:bytestring
85-
, inline-r:containers
86-
, inline-r:primitive
78+
-- https://github.com/phadej/vec/issues/121
79+
ral:QuickCheck,
80+
fin:QuickCheck,
81+
bin:QuickCheck,
82+
83+
if impl (ghc >= 9.14)
84+
source-repository-package
85+
type: git
86+
location: https://github.com/snowleopard/alga/
87+
tag: d4e43fb42db05413459fb2df493361d5a666588a
88+
89+
-- cabal-allow-newer
90+
if impl (ghc >= 9.14)
91+
allow-newer:
92+
, OneTuple:base
93+
, aeson:data-fix
94+
, aeson:ghc-prim
95+
, aeson:scientific
96+
, aeson:template-haskell
97+
, aeson:text-iso8601
98+
, aeson:these
99+
, aeson:time
100+
, aeson:time-compat
101+
, assoc:base
102+
, async:base
103+
, base:ghc-internal
104+
, base:ghc-prim
105+
, bifunctors:template-haskell
106+
, bifunctors:th-abstraction
107+
, bin:base
108+
, binary:containers
109+
, binary-orphans:base
110+
, boring:base
111+
, brick:base
112+
, cborg:base
113+
, cborg:ghc-prim
114+
, constraints-extras:base
115+
, constraints-extras:template-haskell
116+
, containers:template-haskell
117+
, criterion:parsec
118+
, data-fix:base
119+
, dec:base
120+
, dependent-map:constraints-extras
121+
, deriving-compat:template-haskell
122+
, directory:base
123+
, exceptions:mtl
124+
, filepath:base
125+
, fin:base
126+
, fin:universe-base
127+
, flat:hashable
128+
, foldl:base
129+
, foldl:bytestring
130+
, foldl:containers
131+
, free:template-haskell
132+
, generically:base
133+
, ghc-heap:base
134+
, ghc-heap:containers
135+
, ghc-heap:ghc-internal
136+
, ghc-heap:ghc-prim
137+
, hashable:base
138+
, hashable:containers
139+
, hashable:ghc-bignum
140+
, hedgehog:bytestring
141+
, hedgehog:lifted-async
142+
, hedgehog:template-haskell
143+
, hedgehog:time
144+
, hsc2hs:base
145+
, indexed-traversable:base
146+
, indexed-traversable-instances:base
147+
, integer-conversion:base
148+
, integer-logarithms:base
149+
, integer-logarithms:ghc-bignum
150+
, io-classes:base
151+
, io-classes:time
152+
, lens:array
153+
, lens:base
154+
, lens:bytestring
155+
, lens:free
156+
, lens:template-haskell
157+
, lifted-async:base
158+
, list-t:foldl
159+
, microlens-th:template-haskell
160+
, microstache:aeson
161+
, microstache:base
162+
, microstache:containers
163+
, monoidal-containers:base
164+
, nonempty-vector:base
165+
, nothunks:time
166+
, nothunks:wherefrom-compat
167+
, parallel:base
168+
, parsec:base
169+
, parsec:text
170+
, plutus-core:vty
171+
, plutus-ledger-api:nothunks
172+
, primitive:base
173+
, process:base
174+
, process:filepath
175+
, process:unix
176+
, quickcheck-instances:base
177+
, quickcheck-instances:bytestring
178+
, ral:base
179+
, recursion-schemes:template-haskell
180+
, scientific:base
181+
, scientific:template-haskell
182+
, semialign:base
183+
, semigroupoids:bifunctors
184+
, serialise:base
185+
, serialise:bytestring
186+
, serialise:containers
187+
, serialise:ghc-prim
188+
, serialise:time
189+
, singletons:base
190+
, singletons-th:base
191+
, singletons-th:mtl
192+
, singletons-th:singletons
193+
, singletons-th:template-haskell
194+
, singletons-th:th-desugar
195+
, singletons-th:th-orphans
196+
, size-based:template-haskell
197+
, some:base
198+
, splitmix:base
199+
, statistics:parallel
200+
, tagged:template-haskell
201+
, tasty-hedgehog:base
202+
, test-framework:base
203+
, test-framework:time
204+
, text:array
205+
, text:base
206+
, text:bytestring
207+
, text:template-haskell
208+
, text-iso8601:time
209+
, text-short:base
210+
, text-short:template-haskell
211+
, th-abstraction:template-haskell
212+
, th-compat:template-haskell
213+
, th-desugar:template-haskell
214+
, th-expand-syns:base
215+
, th-expand-syns:template-haskell
216+
, th-lift:template-haskell
217+
, th-lift-instances:th-lift
218+
, th-orphans:template-haskell
219+
, these:base
220+
, time:deepseq
221+
, time:template-haskell
222+
, time-compat:base
223+
, time-compat:deepseq
224+
, time-compat:time
225+
, tree-diff:QuickCheck
226+
, tree-diff:base
227+
, tree-diff:time
228+
, turtle:time
229+
, typed-process:async
230+
, universe-base:base
231+
, unix:base
232+
, unix:bytestring
233+
, unix:time
234+
, unordered-containers:template-haskell
235+
, uuid-types:template-haskell
236+
, vector-th-unbox:base
237+
, vector-th-unbox:template-haskell
238+
, wherefrom-compat:base
239+
, zlib:base
87240

88-
-- https://github.com/IntersectMBO/plutus/pull/7236
89-
constraints: setup.optparse-applicative >=0.19.0.0
90-
allow-newer: turtle:optparse-applicative

0 commit comments

Comments
 (0)