Skip to content

Commit

Permalink
Bumping GHC to 9.6.5 and HLS to 2.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontin committed May 29, 2024
1 parent a8527a7 commit eb0c625
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 46 deletions.
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.35.2.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
47 changes: 6 additions & 41 deletions flake.lock

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

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
## 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/63143ac2c9186be6d9da6035fa22620018c85932";
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";
inputs.pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -13,7 +12,7 @@
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages.${system};
hpkgs = pkgs.haskell.packages.ghc963;
hpkgs = pkgs.haskell.packages.ghc965;

pre-commit = pre-commit-hooks.lib.${system}.run {
src = ./.;
Expand Down
1 change: 0 additions & 1 deletion src/Cooked/Output.hs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ where

import Optics.Core
import Plutus.Script.Utils.Ada qualified as Script
import Plutus.Script.Utils.Scripts qualified as Script
import Plutus.Script.Utils.Typed qualified as Script hiding (validatorHash)
import Plutus.Script.Utils.Value qualified as Script
import PlutusLedgerApi.V2.Tx qualified as Api
Expand Down

0 comments on commit eb0c625

Please sign in to comment.