File tree Expand file tree Collapse file tree 7 files changed +729
-594
lines changed
Expand file tree Collapse file tree 7 files changed +729
-594
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ library
8888 Cardano.Api.Internal.LedgerState
8989 Cardano.Api.Internal.Modes
9090 Cardano.Api.Internal.Orphans
91+ Cardano.Api.Internal.Orphans.Misc
92+ Cardano.Api.Internal.Orphans.Serialisation
9193 Cardano.Api.Internal.Plutus
9294 Cardano.Api.Internal.Pretty
9395 Cardano.Api.Internal.ProtocolParameters
@@ -190,7 +192,7 @@ library
190192
191193 other-modules :
192194 Cardano.Api.Internal.Anchor
193- Cardano.Api.Internal.CIP.CIP129
195+ Cardano.Api.Internal.CIP.Cip129
194196 Cardano.Api.Internal.Certificate
195197 Cardano.Api.Internal.Compatible.Tx
196198 Cardano.Api.Internal.Convenience.Construction
Original file line number Diff line number Diff line change @@ -1112,7 +1112,7 @@ where
11121112import Cardano.Api.Internal.Address
11131113import Cardano.Api.Internal.Anchor
11141114import Cardano.Api.Internal.Block
1115- import Cardano.Api.Internal.CIP.CIP129
1115+ import Cardano.Api.Internal.CIP.Cip129
11161116import Cardano.Api.Internal.Certificate
11171117import Cardano.Api.Internal.Convenience.Construction
11181118import Cardano.Api.Internal.Convenience.Query
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import Data.Bifunctor (first)
3939import Data.ByteString (ByteString )
4040import Data.ByteString.Char8 qualified as BSC
4141import Data.Char (toLower )
42- import Data.Data ( Data )
42+ import Data.Data
4343import Data.List.NonEmpty (NonEmpty )
4444import Data.Text (Text )
4545import Data.Text.Encoding qualified as Text
You can’t perform that action at this time.
0 commit comments