Skip to content

Commit

Permalink
Upgrade to cabal-3.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy authored and coot committed May 12, 2021
1 parent eebf866 commit 27931e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
subset: [network, consensus]
ghc: ["8.6.5", "8.10.4"]
ghc: ["8.10.4"]
os: [ubuntu-20.04, windows-latest]
exclude:
- os: windows-latest
Expand Down
5 changes: 0 additions & 5 deletions ouroboros-consensus/ouroboros-consensus.cabal
Expand Up @@ -328,11 +328,6 @@ library
-Widentities
-Wredundant-constraints
-Wmissing-export-lists
-- Pattern match checking has improved since 8.6.5. GHC now considers more
-- pattern matches as redundant than before, so disable this warning for older
-- versions of GHC that still consider them incomplete.
if impl(ghc < 8.10)
ghc-options: -Wno-incomplete-patterns

if flag(asserts)
ghc-options: -fno-ignore-asserts
Expand Down

0 comments on commit 27931e6

Please sign in to comment.