Skip to content

Commit

Permalink
Merge pull request #544 from IntersectMBO/mgalazyn/chore/bump-chap-ha…
Browse files Browse the repository at this point in the history
…ckage

Update CHaP & hackage indices
  • Loading branch information
carbolymer authored May 28, 2024
2 parents 074114b + 2aa523e commit f1531bc
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 57 deletions.
8 changes: 6 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repository cardano-haskell-packages
-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state:
, hackage.haskell.org 2024-03-18T13:14:14Z
, cardano-haskell-packages 2024-05-14T00:00:00Z
, hackage.haskell.org 2024-05-24T12:49:48Z
, cardano-haskell-packages 2024-05-24T09:29:56Z

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

constraints:
-- io-classes-mtl-0.1.2.0 is not buildable
io-classes-mtl < 0.1.2.0

tests: True

test-show-details: direct
Expand Down
126 changes: 72 additions & 54 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# tools we want in our shell, from hackage
shell.tools =
{
cabal = "3.10.2.0";
cabal = "3.10.3.0";
ghcid = "0.8.8";
}
// lib.optionalAttrs (config.compiler-nix-name == defaultCompiler) {
Expand Down

0 comments on commit f1531bc

Please sign in to comment.