Skip to content

Commit

Permalink
stuff-2
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed May 22, 2024
1 parent 11db5cf commit 8f4e2f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: "Haddock documentation"

on:
push:
branches:
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...}: {
Expand Down

0 comments on commit 8f4e2f6

Please sign in to comment.