diff options
| author | Mishio595 <[email protected]> | 2018-11-04 20:21:17 -0700 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-11-04 20:21:17 -0700 |
| commit | 035d8f4f339fa6b27fc56164eab3fe7d95b6a546 (patch) | |
| tree | 2066b18231adebc1e7a984f0242f91a91770089b | |
| parent | Major changes and refactoring (diff) | |
| download | disml-035d8f4f339fa6b27fc56164eab3fe7d95b6a546.tar.xz disml-035d8f4f339fa6b27fc56164eab3fe7d95b6a546.zip | |
Fix build file
| -rw-r--r-- | dune | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) ) |