Work on a high-level API. Rewrite examples.

This commit is contained in:
David 2019-02-18 22:37:54 +01:00
commit 7f9b3f1da2
7 changed files with 148 additions and 131 deletions

View file

@ -27,8 +27,8 @@ library
Reanimate.Svg.NamedColors
build-depends: base >=4.10 && <4.13,
lucid-svg, time, text, unix, lucid, filepath, process, directory,
containers, svg-tree, xml, bytestring, lens, linear, mtl, matrix,
JuicyPixels
containers, svg-tree >= 0.6.2.3, xml, bytestring, lens, linear, mtl, matrix,
JuicyPixels, attoparsec
Flag gtk-viewer
Description: Enable gtk-based viewer
@ -52,7 +52,7 @@ executable reanimate-viewer
Reanimate.Svg.NamedColors
build-depends: base >=4.10 && <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, linear, mtl, matrix,JuicyPixels
filepath, process, directory, containers, svg-tree >= 0.6.2.3, xml,
bytestring, lens, linear, mtl, matrix,JuicyPixels, attoparsec
hs-source-dirs: src
default-language: Haskell2010