mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
52 lines
1.7 KiB
Text
52 lines
1.7 KiB
Text
-- Initial reani.cabal generated by cabal init. For further documentation,
|
|
-- see http://haskell.org/cabal/users-guide/
|
|
|
|
name: reanimate
|
|
version: 0.1.0.0
|
|
-- synopsis:
|
|
-- description:
|
|
license: PublicDomain
|
|
author: David Himmelstrup
|
|
maintainer: lemmih@gmail.com
|
|
category: Graphics
|
|
build-type: Simple
|
|
extra-source-files: ChangeLog.md
|
|
cabal-version: >=1.10
|
|
|
|
library
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|
|
exposed-modules: Reanimate.Arrow
|
|
Reanimate.Monad
|
|
Reanimate.Render
|
|
Reanimate.Examples
|
|
Reanimate.Combinators
|
|
Reanimate.LaTeX
|
|
Reanimate.Svg
|
|
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,
|
|
containers, svg-tree >= 0.6.2.3, xml, bytestring, lens, linear, mtl, matrix,
|
|
JuicyPixels, attoparsec, parallel
|
|
|
|
Flag gtk-viewer
|
|
Description: Enable gtk-based viewer
|
|
Default: False
|
|
|
|
Flag server
|
|
Description: Enable rendering server
|
|
Default: False
|
|
|
|
executable reanimate-server
|
|
if flag(server)
|
|
buildable: True
|
|
else
|
|
buildable: False
|
|
hs-source-dirs: server, src
|
|
main-is: Main.hs
|
|
other-modules: Reanimate.Misc
|
|
Cache
|
|
build-depends: base >=4.10 && <4.13, text, websockets, process, filepath, directory,
|
|
containers, hashable, time
|