mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Add missing module to cabal file.
This commit is contained in:
parent
56157ad9c1
commit
f2d2ce5bc2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue