mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
Fix cabal issues.
Former-commit-id: 9b67289156022747c2ba480f2ccd27ca71b6a6a2
This commit is contained in:
parent
a4121d01d9
commit
6f54ebdf5b
1 changed files with 12 additions and 0 deletions
|
|
@ -9,10 +9,18 @@ license: PublicDomain
|
|||
author: David Himmelstrup
|
||||
maintainer: lemmih@gmail.com
|
||||
category: Graphics
|
||||
synopsis: Animation library based on SVGs.
|
||||
homepage: https://github.com/Lemmih/reanimate
|
||||
build-type: Simple
|
||||
extra-source-files: ChangeLog.md
|
||||
cabal-version: >=1.10
|
||||
|
||||
description:
|
||||
Animation library based on SVGs. Can import (and manipulate) SVGs from
|
||||
LaTeX and diagrams. Exports gifs, mp4s, and more. Ships with a webbased
|
||||
viewer and auto-reloader.
|
||||
|
||||
|
||||
data-files: viewer/build/*.js
|
||||
viewer/build/*.html
|
||||
viewer/build/static/js/2.772a56e7.chunk.js
|
||||
|
|
@ -20,6 +28,9 @@ data-files: viewer/build/*.js
|
|||
viewer/build/static/js/runtime~main.9eb600ee.js
|
||||
viewer/build/static/css/main.6efe09fd.chunk.css
|
||||
|
||||
Source-Repository head
|
||||
Type: git
|
||||
Location: git://github.com/lemmih/reanimate.git
|
||||
|
||||
library
|
||||
hs-source-dirs: src
|
||||
|
|
@ -59,6 +70,7 @@ executable reanimate-server
|
|||
buildable: True
|
||||
else
|
||||
buildable: False
|
||||
default-language: Haskell2010
|
||||
hs-source-dirs: server, src
|
||||
main-is: Main.hs
|
||||
other-modules: Reanimate.Misc
|
||||
|
|
|
|||
Loading…
Reference in a new issue