Path manipulation tools and a corresponding gif example.

This commit is contained in:
David 2019-02-17 14:11:05 +01:00
commit dea31c166b
6 changed files with 312 additions and 31 deletions

View file

@ -25,7 +25,7 @@ library
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, lens
containers, svg-tree, xml, bytestring, lens, linear, mtl
executable reanimate-viewer
main-is: SvgViewer.hs
@ -40,6 +40,6 @@ executable reanimate-viewer
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,
bytestring, lens
bytestring, lens, linear, mtl
hs-source-dirs: src
default-language: Haskell2010