File tree 7 files changed +729
-594
lines changed
7 files changed +729
-594
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 @@ -1112,7 +1112,7 @@ where
1112
1112
import Cardano.Api.Internal.Address
1113
1113
import Cardano.Api.Internal.Anchor
1114
1114
import Cardano.Api.Internal.Block
1115
- import Cardano.Api.Internal.CIP.CIP129
1115
+ import Cardano.Api.Internal.CIP.Cip129
1116
1116
import Cardano.Api.Internal.Certificate
1117
1117
import Cardano.Api.Internal.Convenience.Construction
1118
1118
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