Add missing module to cabal file.

This commit is contained in:
David 2019-02-27 15:44:53 +01:00
commit f2d2ce5bc2

View file

@ -46,5 +46,6 @@ executable reanimate-server
hs-source-dirs: server, src hs-source-dirs: server, src
main-is: Main.hs main-is: Main.hs
other-modules: Reanimate.Misc other-modules: Reanimate.Misc
Cache
build-depends: base >=4.10 && <4.13, text, websockets, process, filepath, directory, build-depends: base >=4.10 && <4.13, text, websockets, process, filepath, directory,
containers, hashable containers, hashable