mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Move shared tools to a separate module.
This commit is contained in:
parent
f29294a9e4
commit
1a520f0c56
4 changed files with 61 additions and 81 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue