Skip to content

Commit aeaafb9

Browse files
cootUnisayhamishmackzeme-wana
authored
QuickCheck-2.16 support (#7182)
* QuickCheck-2.16 support * fix: nix shell for ghc967 * update: CHaP index * set index-state in nix/project.nix * fix: comment out coq-ext-lib due to missing attribute error * Add `shell.ghc9102` * nix flake update iohk-nix * Added QuickCheck's constraints * Passing `-config .editorconfig` is not needed and now breaks * Fix windows cross compilation of basement * nix flake update haskell-nix For input-output-hk/haskell.nix#2410 * Fix coq missing ExtLib * plutus-report: fixed building the glossary * Updated index-state * Removed dead code * wip --------- Co-authored-by: Yura Lazaryev <[email protected]> Co-authored-by: Hamish Mackenzie <[email protected]> Co-authored-by: zeme <[email protected]>
1 parent 39fe2ea commit aeaafb9

File tree

15 files changed

+14147
-13591
lines changed

15 files changed

+14147
-13591
lines changed

cabal.project

Lines changed: 7 additions & 2 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-06-12T04:42:37Z
17+
, hackage.haskell.org 2025-07-16T09:24:19Z
1818
-- Bump this if you need newer packages from CHaP
19-
, cardano-haskell-packages 2025-06-11T08:32:56Z
19+
, cardano-haskell-packages 2025-07-02T14:54:39Z
2020

2121
packages: cardano-constitution
2222
plutus-benchmark
@@ -85,3 +85,8 @@ allow-newer:
8585
, inline-r:containers
8686
, inline-r:primitive
8787

88+
allow-newer:
89+
-- https://github.com/phadej/vec/issues/121
90+
ral:QuickCheck,
91+
fin:QuickCheck,
92+
bin:QuickCheck,

doc/plutus-report/plutus.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
% Capitalize the "type" of the link, e.g. Section 2
3636
\usepackage[capitalise]{cleveref}
3737
% Automatically build the glossary index, and don't show the occurrence lists or add a dot at the end
38-
\usepackage[automake=true, nonumberlist]{glossaries-extra}
38+
\usepackage[automake, nonumberlist]{glossaries-extra}
3939

4040
\usepackage{fancyhdr}
4141
\pagestyle{fancy}

0 commit comments

Comments
 (0)