Skip to content

Commit

Permalink
ouroboros-network-framework: removed unused extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Sep 28, 2024
1 parent 18ca906 commit 5912e44
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}

#if __GLASGOW_HASKELL__ >= 908
{-# OPTIONS_GHC -Wno-x-partial #-}
Expand Down Expand Up @@ -42,8 +35,8 @@ tests :: TestTree
tests =
testGroup "Ouroboros.Network"
[ testGroup "Server2"
[ testProperty "unidirectional IO" prop_unidirectional_IO
, testProperty "bidirectional IO" prop_bidirectional_IO
[ testProperty "unidirectional IO" prop_unidirectional_IO
, testProperty "bidirectional IO" prop_bidirectional_IO
]
]

Expand Down

0 comments on commit 5912e44

Please sign in to comment.