File tree 6 files changed +0
-8
lines changed
ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus
ouroboros-consensus-cardano/src
shelley/Ouroboros/Consensus/Shelley
unstable-byronspec/Ouroboros/Consensus/ByronSpec/Ledger
unstable-cardano-testlib/Test/Consensus/Cardano
6 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE DataKinds #-}
2
- {-# LANGUAGE DeriveAnyClass #-}
3
2
{-# LANGUAGE DeriveGeneric #-}
4
3
{-# LANGUAGE FlexibleContexts #-}
5
4
{-# LANGUAGE FlexibleInstances #-}
6
5
{-# LANGUAGE MultiParamTypeClasses #-}
7
6
{-# LANGUAGE OverloadedStrings #-}
8
7
{-# LANGUAGE RecordWildCards #-}
9
8
{-# LANGUAGE ScopedTypeVariables #-}
10
- {-# LANGUAGE StandaloneDeriving #-}
11
9
{-# LANGUAGE TypeApplications #-}
12
10
{-# LANGUAGE TypeFamilies #-}
13
11
{-# LANGUAGE TypeOperators #-}
Original file line number Diff line number Diff line change 1
- {-# LANGUAGE DerivingStrategies #-}
2
1
{-# LANGUAGE DerivingVia #-}
3
2
{-# LANGUAGE FlexibleInstances #-}
4
3
{-# LANGUAGE MultiParamTypeClasses #-}
Original file line number Diff line number Diff line change 5
5
{-# LANGUAGE RecordWildCards #-}
6
6
{-# LANGUAGE ScopedTypeVariables #-}
7
7
{-# LANGUAGE TypeApplications #-}
8
- {-# LANGUAGE TypeOperators #-}
9
8
10
9
{-# OPTIONS_GHC -Wno-orphans #-}
11
10
#if __GLASGOW_HASKELL__ >= 908
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE DeriveAnyClass #-}
2
2
{-# LANGUAGE DeriveGeneric #-}
3
3
{-# LANGUAGE FlexibleInstances #-}
4
- {-# LANGUAGE LambdaCase #-}
5
4
{-# LANGUAGE MultiParamTypeClasses #-}
6
5
{-# LANGUAGE TypeApplications #-}
7
6
Original file line number Diff line number Diff line change 3
3
{-# LANGUAGE FlexibleContexts #-}
4
4
{-# LANGUAGE FlexibleInstances #-}
5
5
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
6
- {-# LANGUAGE LambdaCase #-}
7
6
{-# LANGUAGE MultiParamTypeClasses #-}
8
7
{-# LANGUAGE RankNTypes #-}
9
8
{-# LANGUAGE StandaloneDeriving #-}
Original file line number Diff line number Diff line change 2
2
{-# LANGUAGE DeriveGeneric #-}
3
3
{-# LANGUAGE DerivingVia #-}
4
4
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
5
- {-# LANGUAGE LambdaCase #-}
6
- {-# LANGUAGE StandaloneDeriving #-}
7
5
{-# LANGUAGE TypeApplications #-}
8
6
9
7
module Ouroboros.Consensus.NodeId (
You can’t perform that action at this time.
0 commit comments