Skip to content

Commit

Permalink
ghc 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Sep 24, 2024
1 parent bb203ff commit 61aae8f
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 35 deletions.
42 changes: 42 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,45 @@ allow-newer: plutus-core
allow-newer: plutus-tx
allow-newer: plutus-ledger-api
allow-newer: prettyprinter-configurable

source-repository-package
type: git
location: https://github.com/locallycompact/plutus
tag: 393809cf734dfbbedd0a3b9aae5fd1b7d7812ef1
subdir:
plutus-core
plutus-ledger-api
plutus-tx
plutus-tx-plugin
--sha256: sha256-GXYA6HNLUDfID8HMDKPhxaXEp+1okESqA01xSt8zLoY=

source-repository-package
type: git
location: https://github.com/locallycompact/websockets
tag: a0ec91c7ec6861ac576259f63692c216177eee78
--sha256: sha256-fSOKbwTDd8zC7xDa+poTNf6F8DfSrApqgHrSod1Ejkc=

source-repository-package
type: git
location: https://github.com/erikd/ekg-wai
tag: 37620ea26f703ff65c61cbe0e22c545d85bd817a
--sha256: sha256-R+kBg6ckOOFnVn3qMBmnF57VzWqM2B36AdSjBzs75h0=

source-repository-package
type: git
location: https://github.com/ysangkok/openapi3
tag: a41903b6c548dc5c7c9d070cc4d4851799a9c866
--sha256: sha256-EowHNo1Y4G27SAf/b2V4eBr1RIgNcvn7LgjCZpB1bU8=

source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-consensus
tag: 0ea6deb139d7dd4a08e63e234e1a45bbb9cac44d
--sha256: sha256-aIG0UimMklmHXjqqjpY3Dg3c7PDpSgs4nlfcSSxyv9w=
subdir:
ouroboros-consensus
ouroboros-consensus-cardano
ouroboros-consensus-diffusion
ouroboros-consensus-protocol
sop-extras
strict-sop-core
12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
];
perSystem = { pkgs, config, lib, system, ... }:
let
compiler = "ghc966";
compiler = "ghc9101";

# nixpkgs enhanced with haskell.nix and crypto libs as used by iohk

Expand All @@ -64,16 +64,16 @@
inputs.nix-npm-buildpackage.overlays.default
# Specific versions of tools we require
(final: prev: {
apply-refact = pkgs.haskell-nix.tool compiler "apply-refact" "0.14.0.0";
#apply-refact = pkgs.haskell-nix.tool compiler "apply-refact" "0.14.0.0";
cabal-fmt = pkgs.haskell-nix.tool compiler "cabal-fmt" "0.1.9";
cabal-install = pkgs.haskell-nix.cabal-install.${compiler};
cabal-plan = pkgs.haskell-nix.tool compiler "cabal-plan" "0.7.3.0";
fourmolu = pkgs.haskell-nix.tool compiler "fourmolu" "0.14.1.0";
cabal-install = pkgs.haskell-nix.tool compiler "cabal-install" "3.12.1.0";
cabal-plan = pkgs.haskell-nix.tool compiler "cabal-plan" "0.7.4.0";
fourmolu = pkgs.haskell-nix.tool compiler "fourmolu" "0.16.2.0";
haskell-language-server = pkgs.haskell-nix.tool compiler "haskell-language-server" rec {
src = inputs.hls;
cabalProject = builtins.readFile (src + "/cabal.project");
};
hlint = pkgs.haskell-nix.tool compiler "hlint" "3.8";
# hlint = pkgs.haskell-nix.tool compiler "hlint" "3.8";
cardano-cli = inputs.cardano-node.packages.${system}.cardano-cli;
cardano-node = inputs.cardano-node.packages.${system}.cardano-node;
mithril-client-cli = inputs.mithril.packages.${system}.mithril-client-cli;
Expand Down
5 changes: 0 additions & 5 deletions hydra-plutus/scripts/mHead.plutus

This file was deleted.

5 changes: 0 additions & 5 deletions hydra-plutus/scripts/vCommit.plutus

This file was deleted.

Loading

0 comments on commit 61aae8f

Please sign in to comment.