diff options
Diffstat (limited to 'lib/dune')
-rw-r--r-- | lib/dune | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ (library (name wormhole) - (libraries uri) - (modules Post) + (libraries uri cohttp cohttp-lwt-unix) (preprocess (pps lwt_ppx ppx_yojson_conv))) |