From 450f62a3d695a58bc66f13f77cba0f267c71dba6 Mon Sep 17 00:00:00 2001 From: Mishio595 Date: Sun, 4 Nov 2018 20:20:27 -0700 Subject: Major changes and refactoring --- dune | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dune') 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 -- cgit v1.2.3