summaryrefslogtreecommitdiff
path: root/bin/dune
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2020-06-01 10:44:17 -0400
committerRyan Kavanagh <rak@rak.ac>2020-06-01 10:44:17 -0400
commit98c8032f47316d5f6808cd9901c4d42600ed676f (patch)
tree66234f4bf4d284be92a4e03dee9193817771cf5c /bin/dune
parentWe can now make requests (diff)
Revise with better understanding of lwt library
Diffstat (limited to 'bin/dune')
-rw-r--r--bin/dune3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/dune b/bin/dune
index e161175..c24d8bf 100644
--- a/bin/dune
+++ b/bin/dune
@@ -1,4 +1,5 @@
(executable
(public_name leda)
(name leda)
- (libraries base gemini))
+ (libraries base gemini lwt lwt_ppx)
+ (preprocess (pps lwt_ppx)))