aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-11-04 20:21:17 -0700
committerMishio595 <[email protected]>2018-11-04 20:21:17 -0700
commit035d8f4f339fa6b27fc56164eab3fe7d95b6a546 (patch)
tree2066b18231adebc1e7a984f0242f91a91770089b
parentMajor changes and refactoring (diff)
downloaddisml-035d8f4f339fa6b27fc56164eab3fe7d95b6a546.tar.xz
disml-035d8f4f339fa6b27fc56164eab3fe7d95b6a546.zip
Fix build file
-rw-r--r--dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/dune b/dune
index ee32d07..24f7556 100644
--- a/dune
+++ b/dune
@@ -1,6 +1,6 @@
(library
(name animus)
- (modules endpoints http client shard opcode shardManager)
+ (modules endpoints http client sharder opcode)
(libraries lwt cohttp cohttp.lwt yojson websocket websocket-lwt-unix)
)