Skip to content

Commit

Permalink
ghc:962 -> 963
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact authored and ch1bo committed Oct 31, 2023
1 parent 781aee4 commit 8960d7a
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 33 deletions.
4 changes: 2 additions & 2 deletions cabal.project
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 2023-09-14T06:54:18Z
, cardano-haskell-packages 2023-09-14T16:16:59Z
, hackage.haskell.org 2023-10-20T06:54:18Z
, cardano-haskell-packages 2023-10-20T16:16:59Z

packages:
hydra-prelude
Expand Down
149 changes: 121 additions & 28 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 nix/hydra/project.nix
@@ -1,4 +1,4 @@
{ compiler ? "ghc962"
{ compiler ? "ghc963"

, system ? builtins.currentSystem

Expand Down
4 changes: 2 additions & 2 deletions nix/hydra/shell.nix
Expand Up @@ -33,7 +33,7 @@ let
buildInputs = [
# Build essentials
pkgs.git
pkgs.pkgconfig
pkgs.pkg-config
cabal
pkgs.haskellPackages.hspec-discover
pkgs.haskellPackages.cabal-plan
Expand Down Expand Up @@ -118,7 +118,7 @@ let
buildInputs = libs ++ [
pkgs.haskell-nix.compiler.${compiler}
pkgs.cabal-install
pkgs.pkgconfig
pkgs.pkg-config
] ++ buildInputs ++ devInputs;

# Ensure that libz.so and other libraries are available to TH splices.
Expand Down

0 comments on commit 8960d7a

Please sign in to comment.