Skip to content

Commit

Permalink
Fix for ghc 925
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt12 committed Feb 8, 2023
1 parent b592156 commit 4b5a9d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ouroboros-network/ouroboros-network.cabal
Expand Up @@ -99,7 +99,6 @@ library
TypeFamilies,
TypeInType
build-depends: base >=4.14 && <4.17,
aeson,
async >=2.2 && <2.3,
bytestring >=0.10 && <0.12,
cborg >=0.2.1 && <0.3,
Expand Down
Expand Up @@ -17,6 +17,7 @@
{-# OPTIONS_GHC -Wno-orphans #-}
-- TODO: remove it once #3601 is fixed
{-# OPTIONS_GHC -Wno-unused-top-binds #-}
{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}

module Test.Ouroboros.Network.PeerSelection
( tests
Expand Down

0 comments on commit 4b5a9d5

Please sign in to comment.