Skip to content

Commit eb3c189

Browse files
committed
Make HLint happy
1 parent caff1e8 commit eb3c189

File tree

6 files changed

+0
-8
lines changed

6 files changed

+0
-8
lines changed

ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/ShelleyHFC.hs

-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{-# LANGUAGE DataKinds #-}
2-
{-# LANGUAGE DeriveAnyClass #-}
32
{-# LANGUAGE DeriveGeneric #-}
43
{-# LANGUAGE FlexibleContexts #-}
54
{-# LANGUAGE FlexibleInstances #-}
65
{-# LANGUAGE MultiParamTypeClasses #-}
76
{-# LANGUAGE OverloadedStrings #-}
87
{-# LANGUAGE RecordWildCards #-}
98
{-# LANGUAGE ScopedTypeVariables #-}
10-
{-# LANGUAGE StandaloneDeriving #-}
119
{-# LANGUAGE TypeApplications #-}
1210
{-# LANGUAGE TypeFamilies #-}
1311
{-# LANGUAGE TypeOperators #-}

ouroboros-consensus-cardano/src/unstable-byronspec/Ouroboros/Consensus/ByronSpec/Ledger/Genesis.hs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE DerivingStrategies #-}
21
{-# LANGUAGE DerivingVia #-}
32
{-# LANGUAGE FlexibleInstances #-}
43
{-# LANGUAGE MultiParamTypeClasses #-}

ouroboros-consensus-cardano/src/unstable-cardano-testlib/Test/Consensus/Cardano/Examples.hs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
{-# LANGUAGE RecordWildCards #-}
66
{-# LANGUAGE ScopedTypeVariables #-}
77
{-# LANGUAGE TypeApplications #-}
8-
{-# LANGUAGE TypeOperators #-}
98

109
{-# OPTIONS_GHC -Wno-orphans #-}
1110
#if __GLASGOW_HASKELL__ >= 908

ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/HardFork/Simple.hs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{-# LANGUAGE DeriveAnyClass #-}
22
{-# LANGUAGE DeriveGeneric #-}
33
{-# LANGUAGE FlexibleInstances #-}
4-
{-# LANGUAGE LambdaCase #-}
54
{-# LANGUAGE MultiParamTypeClasses #-}
65
{-# LANGUAGE TypeApplications #-}
76

ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Node/Serialisation.hs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{-# LANGUAGE FlexibleContexts #-}
44
{-# LANGUAGE FlexibleInstances #-}
55
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
6-
{-# LANGUAGE LambdaCase #-}
76
{-# LANGUAGE MultiParamTypeClasses #-}
87
{-# LANGUAGE RankNTypes #-}
98
{-# LANGUAGE StandaloneDeriving #-}

ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/NodeId.hs

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
{-# LANGUAGE DeriveGeneric #-}
33
{-# LANGUAGE DerivingVia #-}
44
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
5-
{-# LANGUAGE LambdaCase #-}
6-
{-# LANGUAGE StandaloneDeriving #-}
75
{-# LANGUAGE TypeApplications #-}
86

97
module Ouroboros.Consensus.NodeId (

0 commit comments

Comments
 (0)