mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Support diagrams.
This commit is contained in:
parent
2d8d76f105
commit
585a0577d5
10 changed files with 216 additions and 60 deletions
|
|
@ -16,20 +16,23 @@ cabal-version: >=1.10
|
|||
library
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
exposed-modules: Reanimate.Arrow
|
||||
Reanimate.Monad
|
||||
default-extensions: PackageImports
|
||||
exposed-modules: Reanimate.Monad
|
||||
Reanimate.Render
|
||||
Reanimate.Examples
|
||||
Reanimate.Combinators
|
||||
Reanimate.LaTeX
|
||||
Reanimate.Svg
|
||||
Reanimate.Diagrams
|
||||
Reanimate.Transform
|
||||
other-modules: Reanimate.Misc
|
||||
Reanimate.Svg.NamedColors
|
||||
build-depends: base >=4.10 && <4.13,
|
||||
lucid-svg, time, text, unix, lucid, filepath, process, directory,
|
||||
time, text, unix, lucid, filepath, process, directory,
|
||||
containers, svg-tree >= 0.6.2.3, xml, bytestring, lens, linear, mtl, matrix,
|
||||
JuicyPixels, attoparsec, parallel
|
||||
JuicyPixels, attoparsec, parallel, diagrams, diagrams-svg,
|
||||
diagrams-core, diagrams-lib, diagrams-contrib,
|
||||
svg-builder, matrices, cubicbezier, palette
|
||||
|
||||
Flag gtk-viewer
|
||||
Description: Enable gtk-based viewer
|
||||
|
|
|
|||
Loading…
Reference in a new issue