mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
0ebfe367b0
commit
cda69cacce
|
@ -64,14 +64,16 @@ library
|
|||
|
||||
exposed-modules:
|
||||
, HBS2.Defaults
|
||||
, HBS2.Clock
|
||||
, HBS2.Data.Types
|
||||
, HBS2.Data.Types.Refs
|
||||
, HBS2.Hash
|
||||
, HBS2.Merkle
|
||||
, HBS2.Clock
|
||||
, HBS2.Net.Proto
|
||||
, HBS2.Prelude
|
||||
, HBS2.Prelude.Plated
|
||||
, HBS2.Storage
|
||||
, HBS2.Net.Proto.Actors.BlockInfo
|
||||
|
||||
|
||||
-- other-modules:
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
module HBS2.Net.Proto where
|
||||
|
||||
import Data.Hashable
|
||||
|
||||
class (Hashable a, Eq a) => IsPeer a where
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
module HBS2.Net.Proto.Actors.BlockInfo where
|
||||
|
||||
|
Loading…
Reference in New Issue