File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
core/lib/Cardano/Address/Style Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE DataKinds #-}
2
- {-# LANGUAGE GADTs #-}
3
- {-# LANGUAGE LambdaCase #-}
4
2
{-# LANGUAGE DeriveFunctor #-}
5
3
{-# LANGUAGE DeriveGeneric #-}
6
4
{-# LANGUAGE DerivingStrategies #-}
5
+ {-# LANGUAGE ExistentialQuantification #-}
7
6
{-# LANGUAGE FlexibleContexts #-}
7
+ {-# LANGUAGE GADTs #-}
8
+ {-# LANGUAGE LambdaCase #-}
8
9
{-# LANGUAGE NamedFieldPuns #-}
9
10
{-# LANGUAGE OverloadedStrings #-}
10
11
{-# LANGUAGE RankNTypes #-}
@@ -109,10 +110,10 @@ import Data.List
109
110
( find )
110
111
import Data.Word
111
112
( Word32 , Word8 )
112
- import GHC.Generics
113
- ( Generic )
114
113
import Fmt
115
114
( format )
115
+ import GHC.Generics
116
+ ( Generic )
116
117
117
118
import qualified Cardano.Address as Internal
118
119
import qualified Cardano.Address.Derivation as Internal
Original file line number Diff line number Diff line change 2
2
{-# LANGUAGE DeriveFunctor #-}
3
3
{-# LANGUAGE DeriveGeneric #-}
4
4
{-# LANGUAGE DerivingStrategies #-}
5
+ {-# LANGUAGE ExistentialQuantification #-}
5
6
{-# LANGUAGE FlexibleContexts #-}
6
7
{-# LANGUAGE GADTs #-}
7
8
{-# LANGUAGE LambdaCase #-}
You can’t perform that action at this time.
0 commit comments