From f2d2ce5bc2fe51238a8c7996881240fa3e4f9349 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 27 Feb 2019 15:44:53 +0100 Subject: [PATCH] Add missing module to cabal file. --- reanimate.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/reanimate.cabal b/reanimate.cabal index 7558b5c..fa72595 100644 --- a/reanimate.cabal +++ b/reanimate.cabal @@ -46,5 +46,6 @@ executable reanimate-server hs-source-dirs: server, src main-is: Main.hs other-modules: Reanimate.Misc + Cache build-depends: base >=4.10 && <4.13, text, websockets, process, filepath, directory, containers, hashable