Skip to content

Commit

Permalink
Merge pull request #4673 from input-output-hk/coot/haddock-fix
Browse files Browse the repository at this point in the history
ouroboros-network-framework: fixed haddock
  • Loading branch information
coot authored Sep 26, 2023
2 parents a965196 + 4b20ce0 commit fcb659d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.2.7"]
ghc: ["9.6.2"]
os: [ubuntu-latest]

env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,7 @@ withConnectionManager ConnectionManagerArguments {
notifyInboundGov =
case provenance' of
Inbound -> False
-- ^ This is a connection to oneself; We don't
-- This is a connection to oneself; We don't
-- need to notify the inbound governor, as
-- it's already done by
-- `includeInboundConnectionImpl`
Expand Down

0 comments on commit fcb659d

Please sign in to comment.