diff options
author | polwex <polwex@sortug.com> | 2025-10-06 04:32:28 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-06 04:32:28 +0700 |
commit | a26de7c9cb8ae6e4129662db665bb726c3ee4d88 (patch) | |
tree | 56416ada5cbe2b0e08d850bf6e1900eb7c66753e /ocaml/lib/io/dune | |
parent | e927376355a1b07e5385dedad7a0d6c5d5bb1f92 (diff) |
eyre done
Diffstat (limited to 'ocaml/lib/io/dune')
-rw-r--r-- | ocaml/lib/io/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/lib/io/dune b/ocaml/lib/io/dune index db1abbb..924541c 100644 --- a/ocaml/lib/io/dune +++ b/ocaml/lib/io/dune @@ -1,4 +1,4 @@ (library (name io_drivers) - (modules behn ames) + (modules behn ames http) (libraries nock_lib zarith eio eio.unix)) |