Fix cabal issues.

Former-commit-id: 9b67289156022747c2ba480f2ccd27ca71b6a6a2
This commit is contained in:
David 2019-03-08 16:46:57 +01:00
commit 6f54ebdf5b

View file

@ -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