Skip to content

Commit b9e71bb

Browse files
committed
typed-protocols: removed unused extensions
1 parent 5cf79f3 commit b9e71bb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

typed-protocols/src/Network/TypedProtocol/Codec.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
{-# LANGUAGE QuantifiedConstraints #-}
99
{-# LANGUAGE RankNTypes #-}
1010
{-# LANGUAGE ScopedTypeVariables #-}
11-
{-# LANGUAGE StandaloneDeriving #-}
12-
{-# LANGUAGE StandaloneKindSignatures #-}
13-
{-# LANGUAGE TypeApplications #-}
1411
{-# LANGUAGE TypeFamilies #-}
1512
-- @UndecidableInstances@ extension is required for defining @Show@ instance of
1613
-- @'AnyMessage'@ and @'AnyMessage'@.

typed-protocols/src/Network/TypedProtocol/Lemmas.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{-# LANGUAGE RankNTypes #-}
55
{-# LANGUAGE StandaloneKindSignatures #-}
66
{-# LANGUAGE TypeFamilies #-}
7-
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
87

8+
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
99
{-# HLINT ignore "Use camelCase" #-}
1010

1111
-- | The module contains exclusion lemmas which are proven using ad absurdum:

0 commit comments

Comments
 (0)