Skip to content

Commit f1531bc

Browse files
authored
Merge pull request #544 from IntersectMBO/mgalazyn/chore/bump-chap-hackage
Update CHaP & hackage indices
2 parents 074114b + 2aa523e commit f1531bc

File tree

3 files changed

+79
-57
lines changed

3 files changed

+79
-57
lines changed

cabal.project

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repository cardano-haskell-packages
1313
-- See CONTRIBUTING for information about these, including some Nix commands
1414
-- you need to run if you change them
1515
index-state:
16-
, hackage.haskell.org 2024-03-18T13:14:14Z
17-
, cardano-haskell-packages 2024-05-14T00:00:00Z
16+
, hackage.haskell.org 2024-05-24T12:49:48Z
17+
, cardano-haskell-packages 2024-05-24T09:29:56Z
1818

1919
packages:
2020
cardano-api
@@ -28,6 +28,10 @@ package cryptonite
2828
-- generation is dubious. Set the flag so we use /dev/urandom by default.
2929
flags: -support_rdrand
3030

31+
constraints:
32+
-- io-classes-mtl-0.1.2.0 is not buildable
33+
io-classes-mtl < 0.1.2.0
34+
3135
tests: True
3236

3337
test-show-details: direct

flake.lock

+72-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# tools we want in our shell, from hackage
7878
shell.tools =
7979
{
80-
cabal = "3.10.2.0";
80+
cabal = "3.10.3.0";
8181
ghcid = "0.8.8";
8282
}
8383
// lib.optionalAttrs (config.compiler-nix-name == defaultCompiler) {

0 commit comments

Comments
 (0)