Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 567c9af

Browse files
authored
Merge pull request #3127 from input-output-hk/coot/cbr-96-orphaned-instances
[CBR-96] Remove orphaned Bi instances
2 parents 512445b + 52daffe commit 567c9af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+597
-648
lines changed

core/cardano-sl-core.cabal

+1-8
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ library
2525
Pos.Aeson.Genesis
2626

2727
Pos.Binary.Core
28-
Pos.Binary.Merkle
2928

3029
Pos.Core
3130
Pos.Core.Chrono
@@ -61,15 +60,8 @@ library
6160
other-modules:
6261
-- Binary
6362
Pos.Binary.Core.Address
64-
Pos.Binary.Core.Block
65-
Pos.Binary.Core.Blockchain
66-
Pos.Binary.Core.Common
67-
Pos.Binary.Core.Delegation
68-
Pos.Binary.Core.Fee
6963
Pos.Binary.Core.Script
70-
Pos.Binary.Core.Slotting
7164
Pos.Binary.Core.Ssc
72-
Pos.Binary.Core.Txp
7365
Pos.Binary.Core.Update
7466

7567
-- Block
@@ -230,6 +222,7 @@ library
230222
MultiParamTypeClasses
231223
FunctionalDependencies
232224
DefaultSignatures
225+
InstanceSigs
233226
NoImplicitPrelude
234227
OverloadedStrings
235228
RankNTypes

core/src/Pos/Binary/Core.hs

+1-19
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,8 @@
33

44
module Pos.Binary.Core
55
( module Pos.Binary.Core.Address
6-
, module Pos.Binary.Core.Block
7-
, module Pos.Binary.Core.Blockchain
8-
, module Pos.Binary.Core.Common
9-
, module Pos.Binary.Core.Delegation
10-
, module Pos.Binary.Core.Fee
116
, module Pos.Binary.Core.Script
12-
, module Pos.Binary.Core.Slotting
13-
, module Pos.Binary.Core.Ssc
14-
, module Pos.Binary.Core.Txp
15-
, module Pos.Binary.Core.Update
167
) where
178

189
import Pos.Binary.Core.Address
19-
import Pos.Binary.Core.Block
20-
import Pos.Binary.Core.Blockchain
21-
import Pos.Binary.Core.Common ()
22-
import Pos.Binary.Core.Delegation ()
23-
import Pos.Binary.Core.Fee ()
24-
import Pos.Binary.Core.Script ()
25-
import Pos.Binary.Core.Slotting
26-
import Pos.Binary.Core.Ssc
27-
import Pos.Binary.Core.Txp
28-
import Pos.Binary.Core.Update
10+
import Pos.Binary.Core.Script ()

core/src/Pos/Binary/Core/Block.hs

-138
This file was deleted.

core/src/Pos/Binary/Core/Blockchain.hs

-80
This file was deleted.

core/src/Pos/Binary/Core/Common.hs

-55
This file was deleted.

core/src/Pos/Binary/Core/Delegation.hs

-23
This file was deleted.

0 commit comments

Comments
 (0)