diff --git a/cabal.project b/cabal.project index c2afbd11367..dcaafaee5fe 100644 --- a/cabal.project +++ b/cabal.project @@ -125,8 +125,8 @@ source-repository-package source-repository-package type: git location: https://github.com/IntersectMBO/ouroboros-consensus.git - tag: e6ab67b88705f0f5725846ba8e066f594608eeef - --sha256: sha256-cud8g9h1rH538hk+KBgZe+jXcjhHXlLeqrMJfmL5LH0= + tag: bed66e60a4dc0cc696ecb15230203bd709a8aa3c + --sha256: sha256-XFB/Yd+UqZUT5DFkjzkAWNXb3NrNVZ/d/iHyC+xIRJU= subdir: ouroboros-consensus ouroboros-consensus-cardano @@ -136,16 +136,16 @@ source-repository-package source-repository-package type: git location: https://github.com/IntersectMBO/cardano-api.git - tag: d9a2321c7e183be84355d26163c9cfc0b3cf9f4d - --sha256: sha256-BBtyPqjxrzGPAxPf3KOwmpRVtnIxqtSodely8pfrb9c= + tag: efa0885b85d21bb4f3b10578fd8a02d523a641f2 + --sha256: sha256-71S2DKT1K9zdvozkmwxI61RtZ/7rfxYsaDNVX+2hu4w= subdir: cardano-api source-repository-package type: git location: https://github.com/IntersectMBO/cardano-cli.git - tag: e9d2b59115ca2c7aacb144e5855e361a32122cc3 - --sha256: sha256-hvpk3sLSE35NeZWjqNqnz5x0EAqIC04dDwzzPk/cj/k= + tag: 2c7a1da3075c26a9c42b3b512af6879357aed594 + --sha256: sha256-+NBH44/rIveIh10+KhBbuwu1BELaDW/O6c7h9yO35GU= subdir: cardano-cli diff --git a/nix/haskell.nix b/nix/haskell.nix index 3a0975211f8..4b37f166cf7 100644 --- a/nix/haskell.nix +++ b/nix/haskell.nix @@ -22,7 +22,7 @@ let name = "cardano-node"; compiler-nix-name = lib.mkDefault "ghc8107"; # extra-compilers - flake.variants = lib.genAttrs ["ghc96"] (x: {compiler-nix-name = x;}); + flake.variants = lib.genAttrs ["ghc96" "ghc98" "ghc910"] (x: {compiler-nix-name = x;}); cabalProjectLocal = '' repository cardano-haskell-packages-local url: file:${CHaP}