Skip to content

Commit

Permalink
Bump CHaP and haskell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Sep 27, 2024
1 parent 47410de commit 0398385
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 36 deletions.
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repository cardano-haskell-packages

-- See CONTRIBUTING.md for information about when and how to update these.
index-state:
, hackage.haskell.org 2024-07-19T19:07:04Z
, cardano-haskell-packages 2024-07-19T19:04:02Z
, hackage.haskell.org 2024-09-23T15:45:50Z
, cardano-haskell-packages 2024-09-20T19:39:13Z

packages:
hydra-prelude
Expand Down
69 changes: 43 additions & 26 deletions flake.lock

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

5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
pkgs.nixpkgs-fmt
pkgs.fourmolu
];
treefmt = pkgs.treefmt;
treefmt = pkgsLatest.treefmt;
};
} // lib.attrsets.mergeAttrsList (map (x: componentsToWerrors x hsPkgs.${x}) [
"hydra-cardano-api"
Expand All @@ -167,7 +167,8 @@
]);

devShells = import ./nix/hydra/shell.nix {
inherit inputs pkgs hsPkgs system compiler pkgsLatest;
inherit inputs pkgs hsPkgs system pkgsLatest;
ghc = pkgs.buildPackages.haskell-nix.compiler.${compiler};
};
};
};
Expand Down
8 changes: 4 additions & 4 deletions hydra-plutus/hydra-plutus.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ library
, hydra-cardano-api
, hydra-plutus-extras
, hydra-prelude
, plutus-core >=1.21
, plutus-ledger-api >=1.21
, plutus-tx >=1.21
, plutus-tx-plugin >=1.21
, plutus-core ^>=1.30
, plutus-ledger-api ^>=1.30
, plutus-tx ^>=1.30
, plutus-tx-plugin ^>=1.30
, QuickCheck
, serialise
, template-haskell
Expand Down
4 changes: 2 additions & 2 deletions nix/hydra/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
, inputs
, system
, pkgs
, compiler
, ghc
, pkgsLatest
}:
let
Expand Down Expand Up @@ -90,7 +90,7 @@ let
name = "hydra-node-cabal-shell";

buildInputs = libs ++ [
hsPkgs.ghc
ghc
pkgs.cabal-install
pkgs.pkg-config
] ++ buildInputs;
Expand Down

0 comments on commit 0398385

Please sign in to comment.