Refactor: Fix lib_protocol_updater dependencies

This commit is contained in:
Grégoire Henry 2018-01-23 14:53:49 +01:00
parent 96e493006c
commit b0466aceed
2 changed files with 2 additions and 6 deletions

View File

@ -8,8 +8,6 @@
tezos-protocol-compiler
tezos-storage
tezos-rpc-http
tezos-p2p-services
tezos-shell-services
dynlink))
(flags (:standard -w -9+27-30-32-40@8
-safe-string
@ -17,9 +15,7 @@
-open Tezos_micheline
-open Tezos_protocol_compiler
-open Tezos_storage
-open Tezos_rpc_http
-open Tezos_p2p_services
-open Tezos_shell_services))))
-open Tezos_rpc_http))))
(alias
((name runtest_indent)

View File

@ -61,7 +61,7 @@ module Make(Param : sig val name: string end)() = struct
module RPC_service = RPC_service
module RPC_answer = RPC_answer
module RPC_directory = RPC_directory
module Micheline = Tezos_micheline.Micheline
module Micheline = Micheline
module Fitness = Fitness
module Error_monad = struct
type error_category = [ `Branch | `Temporary | `Permanent ]