mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-13 00:52:54 +00:00
Forgot to commit the cabal file.
This commit is contained in:
parent
5c6e723d85
commit
ac2e63622b
1 changed files with 37 additions and 0 deletions
37
reanimate.cabal
Normal file
37
reanimate.cabal
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
-- 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.Render
|
||||||
|
Reanimate.Examples
|
||||||
|
Reanimate.Combinators
|
||||||
|
build-depends: base >=4.12 && <4.13,
|
||||||
|
lucid-svg, time, text, unix, lucid, filepath, process, directory
|
||||||
|
|
||||||
|
executable reanimate-viewer
|
||||||
|
main-is: SvgViewer.hs
|
||||||
|
-- other-extensions:
|
||||||
|
other-modules: Reanimate.Arrow
|
||||||
|
Reanimate.Render
|
||||||
|
Reanimate.Examples
|
||||||
|
Reanimate.Combinators
|
||||||
|
build-depends: base >=4.12 && <4.13, cairo >=0.13 && <0.14, gtk,
|
||||||
|
svgcairo, lucid-svg, time, text, unix, lucid, reanimate,
|
||||||
|
filepath, process, directory
|
||||||
|
hs-source-dirs: src
|
||||||
|
default-language: Haskell2010
|
||||||
Loading…
Reference in a new issue