Refactor: Fix lib_protocol_updater
dependencies
This commit is contained in:
parent
96e493006c
commit
b0466aceed
@ -8,8 +8,6 @@
|
|||||||
tezos-protocol-compiler
|
tezos-protocol-compiler
|
||||||
tezos-storage
|
tezos-storage
|
||||||
tezos-rpc-http
|
tezos-rpc-http
|
||||||
tezos-p2p-services
|
|
||||||
tezos-shell-services
|
|
||||||
dynlink))
|
dynlink))
|
||||||
(flags (:standard -w -9+27-30-32-40@8
|
(flags (:standard -w -9+27-30-32-40@8
|
||||||
-safe-string
|
-safe-string
|
||||||
@ -17,9 +15,7 @@
|
|||||||
-open Tezos_micheline
|
-open Tezos_micheline
|
||||||
-open Tezos_protocol_compiler
|
-open Tezos_protocol_compiler
|
||||||
-open Tezos_storage
|
-open Tezos_storage
|
||||||
-open Tezos_rpc_http
|
-open Tezos_rpc_http))))
|
||||||
-open Tezos_p2p_services
|
|
||||||
-open Tezos_shell_services))))
|
|
||||||
|
|
||||||
(alias
|
(alias
|
||||||
((name runtest_indent)
|
((name runtest_indent)
|
||||||
|
@ -61,7 +61,7 @@ module Make(Param : sig val name: string end)() = struct
|
|||||||
module RPC_service = RPC_service
|
module RPC_service = RPC_service
|
||||||
module RPC_answer = RPC_answer
|
module RPC_answer = RPC_answer
|
||||||
module RPC_directory = RPC_directory
|
module RPC_directory = RPC_directory
|
||||||
module Micheline = Tezos_micheline.Micheline
|
module Micheline = Micheline
|
||||||
module Fitness = Fitness
|
module Fitness = Fitness
|
||||||
module Error_monad = struct
|
module Error_monad = struct
|
||||||
type error_category = [ `Branch | `Temporary | `Permanent ]
|
type error_category = [ `Branch | `Temporary | `Permanent ]
|
||||||
|
Loading…
Reference in New Issue
Block a user