Move shared tools to a separate module.

This commit is contained in:
David 2019-02-16 11:41:25 +01:00
commit 1a520f0c56
4 changed files with 61 additions and 81 deletions

View file

@ -21,6 +21,7 @@ library
Reanimate.Examples
Reanimate.Combinators
Reanimate.LaTeX
other-modules: Reanimate.Misc
build-depends: base >=4.12 && <4.13,
lucid-svg, time, text, unix, lucid, filepath, process, directory,
containers, svg-tree, xml, bytestring
@ -33,6 +34,7 @@ executable reanimate-viewer
Reanimate.Examples
Reanimate.Combinators
Reanimate.LaTeX
Reanimate.Misc
build-depends: base >=4.12 && <4.13, cairo >=0.13 && <0.14, gtk,
svgcairo, lucid-svg, time, text, unix, lucid, reanimate,
filepath, process, directory, containers, svg-tree, xml,