Skip to content

Commit 32421a2

Browse files
committed
go back to eio.unix
1 parent 97c4e4d commit 32421a2

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@
4646
(depends
4747
(tiny_httpd (= :version))
4848
(eio (and (>= 1.0) (< 2.0)))
49+
base-unix
4950
(logs :with-test)
5051
(odoc :with-doc)))

src/eio/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
(public_name tiny_httpd_eio)
44
(synopsis "An EIO-based backend for Tiny_httpd")
55
(flags :standard -safe-string -warn-error -a+8)
6-
(libraries tiny_httpd eio eio_posix))
6+
(libraries tiny_httpd eio eio.unix))

tiny_httpd_eio.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ depends: [
1111
"dune" {>= "3.2"}
1212
"tiny_httpd" {= version}
1313
"eio" {>= "1.0" & < "2.0"}
14+
"base-unix"
1415
"logs" {with-test}
1516
"odoc" {with-doc}
1617
]

0 commit comments

Comments
 (0)