Skip to content

Commit

Permalink
Bump to ghc927
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed May 29, 2023
1 parent 4cd08dc commit 50179d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion e2e-tests/e2e-tests.cabal
Expand Up @@ -95,7 +95,6 @@ common lang
, text
, time
, transformers-except
, unlift
, unliftio
, unordered-containers

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

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

4 changes: 2 additions & 2 deletions flake.nix
Expand Up @@ -12,8 +12,8 @@
repoRoot = ./.;
flakeOutputsPrefix = "";
systems = [ "x86_64-darwin" "x86_64-linux" ];
haskellCompilers = [ "ghc8107" ];
defaultHaskellCompiler = "ghc8107";
haskellCompilers = [ "ghc927" ];
defaultHaskellCompiler = "ghc927";
haskellCrossSystem = null;
haskellProjectFile = ./nix/haskell-project.nix;
perSystemOutputsFile = null;
Expand Down
4 changes: 0 additions & 4 deletions nix/haskell-project.nix
Expand Up @@ -16,15 +16,11 @@ let
packages = {
# Things that need plutus-tx-plugin
freer-extras.package.buildable = !isCross;
cardano-node-emulator.package.buildable = !isCross;
cardano-streaming.package.buildable = !isCross;
e2e-tests.package.buildable = !isCross;
# These need R
plutus-core.components.benchmarks.cost-model-test.buildable = lib.mkForce (!isCross);
plutus-core.components.benchmarks.update-cost-model.buildable = lib.mkForce (!isCross);

plutus-pab-executables.components.tests.plutus-pab-test-full-long-running.buildable = lib.mkForce (!isDarwin);

e2e-tests.doHaddock = deferPluginErrors;
e2e-tests.flags.defer-plugin-errors = deferPluginErrors;

Expand Down

0 comments on commit 50179d0

Please sign in to comment.