Skip to content

Commit

Permalink
Revert to using ghc928
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew committed Dec 8, 2023
1 parent a28540f commit bf72f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cardano-node/src/Cardano/Node/LedgerEvent.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{-# LANGUAGE GADTs #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PartialTypeSignatures #-}
{-# LANGUAGE RankNTypes #-}
Expand Down Expand Up @@ -115,7 +114,7 @@ import Ouroboros.Consensus.Ledger.Extended (ExtLedgerState)
import Ouroboros.Consensus.Shelley.Ledger (ShelleyBlock, ShelleyLedgerEvent (..))
import Ouroboros.Consensus.TypeFamilyWrappers
import Ouroboros.Network.Block (ChainHash (BlockHash, GenesisHash), HeaderHash)
import Prelude (type (~))
import Prelude hiding ((.), String, MonadFail (..), map, print, putStrLn, show)
import System.IO (hIsEOF)

type LedgerState crypto =
Expand Down
2 changes: 1 addition & 1 deletion nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
{
src = ../.;
name = "cardano-node";
compiler-nix-name = lib.mkDefault "ghc963";
compiler-nix-name = lib.mkDefault "ghc928";
# extra-compilers
flake.variants = lib.genAttrs [ ] (x: {compiler-nix-name = x;});
cabalProjectLocal = ''
Expand Down

0 comments on commit bf72f9d

Please sign in to comment.