Skip to content

Commit

Permalink
GHC bump to 9.6.6 (#448)
Browse files Browse the repository at this point in the history
* ghc bump

* hpack
  • Loading branch information
mmontin authored Aug 30, 2024
1 parent 679504f commit b259bc3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

### Changed

- GHC bumped to 9.6.6
- Internal representation of redeemers have changed, and are similar for any
supported script purpose (minting, spending or proposing).
- Redeemers should now be built using one of the four following smart
Expand Down
2 changes: 1 addition & 1 deletion cooked-validators.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.36.1.
--
-- see: https://github.com/sol/hpack

Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

6 changes: 1 addition & 5 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
## We pin a specific version because there is a known bug where GHC96X
## and HLS 2.6.0.0 do not work together, while nix groups them.
## The issue is described here, and a fix is most likely happening soon.
## https://github.com/haskell/haskell-language-server/issues/4046
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
Expand All @@ -12,7 +8,7 @@
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages.${system};
hpkgs = pkgs.haskell.packages.ghc965;
hpkgs = pkgs.haskell.packages.ghc966;

pre-commit = pre-commit-hooks.lib.${system}.run {
src = ./.;
Expand Down

0 comments on commit b259bc3

Please sign in to comment.