aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-11-04 20:20:27 -0700
committerMishio595 <[email protected]>2018-11-04 20:20:27 -0700
commit450f62a3d695a58bc66f13f77cba0f267c71dba6 (patch)
treefa7d03d987ccaa0d130f79df152ad0c8b2104de9 /dune
parentidek (diff)
downloaddisml-450f62a3d695a58bc66f13f77cba0f267c71dba6.tar.xz
disml-450f62a3d695a58bc66f13f77cba0f267c71dba6.zip
Major changes and refactoring
Diffstat (limited to 'dune')
-rw-r--r--dune6
1 files changed, 3 insertions, 3 deletions
diff --git a/dune b/dune
index b2b5412..ee32d07 100644
--- a/dune
+++ b/dune
@@ -1,14 +1,14 @@
(library
(name animus)
- (modules endpoints client shard opcode shardManager http)
- (libraries core async cohttp cohttp.async yojson websocket websocket.async)
+ (modules endpoints http client shard opcode shardManager)
+ (libraries lwt cohttp cohttp.lwt yojson websocket websocket-lwt-unix)
)
; Test executable
(executable
(name bot)
(modules bot)
- (libraries core async animus)
+ (libraries lwt animus)
)
(include_subdirs unqualified) \ No newline at end of file