Skip to content

Commit

Permalink
ci wobble
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Dec 28, 2022
1 parent ed1cddc commit d66ad2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:

strategy:
matrix:
ghc: ['null', '"ghc902"', '"ghc924"']
ghc: ['"ghc810"', '"ghc90"', '"ghc92"']
fail-fast: false

steps:
Expand Down
2 changes: 2 additions & 0 deletions nix/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ let
} super.hs-speedscope));
opentelemetry-extra = markUnbroken (dontCheck super.opentelemetry-extra);

binary-orphans = addBuildDepend self.OneTuple super.binary-orphans;

#
# Overrides for generate
#
Expand Down

0 comments on commit d66ad2e

Please sign in to comment.