Add base-unix and base-threads to opam depends.

This addresses a common complaint from novice users, who somehow
manage to uninstall base-unix and base-threads.
This commit is contained in:
Peter Zotov 2014-12-20 21:58:46 +03:00
parent d02b7bbcd4
commit 791d95b94f
1 changed files with 7 additions and 5 deletions

12
opam
View File

@ -19,12 +19,14 @@ remove: [
["ocamlfind" "remove" "utop"]
]
depends: [
"ocamlfind" {>= "1.4.0"}
"lambda-term" {>= "1.2"}
"base-unix"
"base-threads"
"ocamlfind" {>= "1.4.0"}
"lambda-term" {>= "1.2"}
"lwt"
"react" {>= "1.0.0"}
"cppo" {>= "1.1.2"}
"oasis" {>= "0.3.0"}
"react" {>= "1.0.0"}
"cppo" {>= "1.1.2"}
"oasis" {>= "0.3.0"}
]
depopts: [
"camlp4"