Skip to content

Commit 6e8e624

Browse files
committed
Remove deprecation warning inhibitors
1 parent ca632d0 commit 6e8e624

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

cardano-diffusion/lib/Cardano/Network/Diffusion/Handlers.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE CPP #-}
2-
{-# OPTIONS_GHC -Wno-deprecations #-}
32

43
#if !defined(mingw32_HOST_OS)
54
#define POSIX

ouroboros-network/demo/connection-manager.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
{-# LANGUAGE TupleSections #-}
1313
{-# LANGUAGE TypeApplications #-}
1414
{-# LANGUAGE TypeOperators #-}
15-
{-# OPTIONS_GHC -Wno-deprecations #-}
1615

1716
-- just to use 'debugTracer'
1817
{-# OPTIONS_GHC -Wno-redundant-constraints #-}

ouroboros-network/framework/io-tests/Test/Ouroboros/Network/Server/IO.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
{-# LANGUAGE PolyKinds #-}
77
{-# LANGUAGE RankNTypes #-}
88
{-# LANGUAGE ScopedTypeVariables #-}
9-
{-# OPTIONS_GHC -Wno-deprecations #-}
109

1110
#if __GLASGOW_HASKELL__ >= 908
1211
{-# OPTIONS_GHC -Wno-x-partial #-}

ouroboros-network/framework/io-tests/Test/Ouroboros/Network/Socket.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
{-# LANGUAGE GADTs #-}
77
{-# LANGUAGE NamedFieldPuns #-}
88
{-# LANGUAGE ScopedTypeVariables #-}
9-
{-# OPTIONS_GHC -Wno-deprecations #-}
109

1110
{-# OPTIONS_GHC -Wno-orphans #-}
1211
module Test.Ouroboros.Network.Socket (tests) where

ouroboros-network/framework/lib/Ouroboros/Network/Snocket.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
{-# LANGUAGE ScopedTypeVariables #-}
1111
{-# LANGUAGE StandaloneDeriving #-}
1212
{-# LANGUAGE TypeSynonymInstances #-}
13-
{-# OPTIONS_GHC -Wno-deprecations #-}
1413

1514
#if !defined(mingw32_HOST_OS)
1615
#define POSIX

ouroboros-network/tests/io/Test/Ouroboros/Network/Socket.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
{-# LANGUAGE TupleSections #-}
99
{-# LANGUAGE TypeFamilies #-}
1010

11-
{-# OPTIONS_GHC -Wno-deprecations #-}
1211
{-# OPTIONS_GHC -Wno-orphans #-}
1312
{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
1413
module Test.Ouroboros.Network.Socket (tests) where

0 commit comments

Comments
 (0)