Skip to content

Commit a250385

Browse files
committed
add mising language pragmas.
1 parent 2716df6 commit a250385

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

core/lib/Cardano/Address/Style/Byron.hs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{-# LANGUAGE DataKinds #-}
2-
{-# LANGUAGE GADTs #-}
3-
{-# LANGUAGE LambdaCase #-}
42
{-# LANGUAGE DeriveFunctor #-}
53
{-# LANGUAGE DeriveGeneric #-}
64
{-# LANGUAGE DerivingStrategies #-}
5+
{-# LANGUAGE ExistentialQuantification #-}
76
{-# LANGUAGE FlexibleContexts #-}
7+
{-# LANGUAGE GADTs #-}
8+
{-# LANGUAGE LambdaCase #-}
89
{-# LANGUAGE NamedFieldPuns #-}
910
{-# LANGUAGE OverloadedStrings #-}
1011
{-# LANGUAGE RankNTypes #-}
@@ -109,10 +110,10 @@ import Data.List
109110
( find )
110111
import Data.Word
111112
( Word32, Word8 )
112-
import GHC.Generics
113-
( Generic )
114113
import Fmt
115114
( format )
115+
import GHC.Generics
116+
( Generic )
116117

117118
import qualified Cardano.Address as Internal
118119
import qualified Cardano.Address.Derivation as Internal

core/lib/Cardano/Address/Style/Icarus.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{-# LANGUAGE DeriveFunctor #-}
33
{-# LANGUAGE DeriveGeneric #-}
44
{-# LANGUAGE DerivingStrategies #-}
5+
{-# LANGUAGE ExistentialQuantification #-}
56
{-# LANGUAGE FlexibleContexts #-}
67
{-# LANGUAGE GADTs #-}
78
{-# LANGUAGE LambdaCase #-}

0 commit comments

Comments
 (0)