File tree Expand file tree Collapse file tree 7 files changed +731
-596
lines changed Expand file tree Collapse file tree 7 files changed +731
-596
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ library
88
88
Cardano.Api.Internal.LedgerState
89
89
Cardano.Api.Internal.Modes
90
90
Cardano.Api.Internal.Orphans
91
+ Cardano.Api.Internal.Orphans.Misc
92
+ Cardano.Api.Internal.Orphans.Serialisation
91
93
Cardano.Api.Internal.Plutus
92
94
Cardano.Api.Internal.Pretty
93
95
Cardano.Api.Internal.ProtocolParameters
@@ -190,7 +192,7 @@ library
190
192
191
193
other-modules :
192
194
Cardano.Api.Internal.Anchor
193
- Cardano.Api.Internal.CIP.CIP129
195
+ Cardano.Api.Internal.CIP.Cip129
194
196
Cardano.Api.Internal.Certificate
195
197
Cardano.Api.Internal.Compatible.Tx
196
198
Cardano.Api.Internal.Convenience.Construction
Original file line number Diff line number Diff line change @@ -710,9 +710,9 @@ module Cardano.Api
710
710
, UsingBech32 (.. )
711
711
712
712
-- ** Bech32 CIP-129
713
- , CIP129 (.. )
713
+ , Cip129 (.. )
714
714
, deserialiseFromBech32CIP129
715
- , serialiseToBech32CIP129
715
+ , serialiseToBech32Cip129
716
716
717
717
-- ** Addresses
718
718
@@ -1110,7 +1110,7 @@ where
1110
1110
import Cardano.Api.Internal.Address
1111
1111
import Cardano.Api.Internal.Anchor
1112
1112
import Cardano.Api.Internal.Block
1113
- import Cardano.Api.Internal.CIP.CIP129
1113
+ import Cardano.Api.Internal.CIP.Cip129
1114
1114
import Cardano.Api.Internal.Certificate
1115
1115
import Cardano.Api.Internal.Convenience.Construction
1116
1116
import Cardano.Api.Internal.Convenience.Query
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import Data.Bifunctor (first)
39
39
import Data.ByteString (ByteString )
40
40
import Data.ByteString.Char8 qualified as BSC
41
41
import Data.Char (toLower )
42
- import Data.Data ( Data )
42
+ import Data.Data
43
43
import Data.List.NonEmpty (NonEmpty )
44
44
import Data.Text (Text )
45
45
import Data.Text.Encoding qualified as Text
You can’t perform that action at this time.
0 commit comments