From 8f4e2f633aa29436b8d5e5a69399a696e714cd85 Mon Sep 17 00:00:00 2001 From: John Ky Date: Wed, 22 May 2024 23:17:49 +1000 Subject: [PATCH] stuff-2 --- .github/workflows/github-page.yml | 2 -- flake.nix | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/github-page.yml b/.github/workflows/github-page.yml index 470397e6bc..3fad99f0f0 100644 --- a/.github/workflows/github-page.yml +++ b/.github/workflows/github-page.yml @@ -2,8 +2,6 @@ name: "Haddock documentation" on: push: - branches: - - main jobs: build: diff --git a/flake.nix b/flake.nix index e9652cc1b8..9c78716bdc 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ # see flake `variants` below for alternative compilers defaultCompiler = "ghc964"; - haddockShellCompiler = defaultCompiler; + haddockShellCompiler = "ghc8107"; # We use cabalProject' to ensure we don't build the plan for # all systems. cabalProject = nixpkgs.haskell-nix.cabalProject' ({config, ...}: {