Skip to content

Commit

Permalink
no need for result anymore (not referenced in Mirage_types)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jan 10, 2017
1 parent cb51e1a commit 30c2747
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _tags
Expand Up @@ -12,7 +12,7 @@ true: keep_locs
<lib_runtime/*>: package(mirage-device)
<lib_runtime/*>: dontlink(unix str num threads)

<types/mirage_types.*>: package(result mirage-device mirage-time mirage-random mirage-flow)
<types/mirage_types.*>: package(mirage-device mirage-time mirage-random mirage-flow)
<types/mirage_types.*>: package(mirage-console mirage-block mirage-clock mirage-net)
<types/mirage_types.*>: package(mirage-kv mirage-fs mirage-channel)
<types/mirage_types.*>: package(mirage-protocols mirage-stack)
Expand Down
1 change: 0 additions & 1 deletion mirage-types.opam
Expand Up @@ -12,7 +12,6 @@ depends: [
"ocamlbuild" {build}
"ocamlfind" {build}
"topkg" {build & >= "0.8.0"}
"result"
"mirage-device"
"mirage-time"
"mirage-clock" {>= "1.2.0"}
Expand Down
2 changes: 1 addition & 1 deletion pkg/META.mirage-types
@@ -1,3 +1,3 @@
version = "%%VERSION_NUM%%"
description = "Collection of module signatures for MirageOS"
requires = "result mirage-device mirage-time mirage-random mirage-flow mirage-console mirage-block mirage-clock mirage-net mirage-kv mirage-fs mirage-channel mirage-protocols mirage-stack"
requires = "mirage-device mirage-time mirage-random mirage-flow mirage-console mirage-block mirage-clock mirage-net mirage-kv mirage-fs mirage-channel mirage-protocols mirage-stack"
2 changes: 0 additions & 2 deletions types/mirage_types.mli
Expand Up @@ -16,8 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*)

open Result

(** MirageOS Signatures.
This module defines the basic signatures that functor parameters
Expand Down

0 comments on commit 30c2747

Please sign in to comment.