Remove the GTK viewer.

This commit is contained in:
David 2019-02-27 10:08:34 +01:00
commit 0140a898a6
3 changed files with 1 additions and 99 deletions

View file

@ -48,26 +48,3 @@ executable reanimate-server
other-modules: Reanimate.Misc
build-depends: base >=4.10 && <4.13, text, websockets, process, filepath, directory,
cache, clock, stm, containers
executable reanimate-viewer
if flag(gtk-viewer)
buildable: True
else
buildable: False
main-is: SvgViewer.hs
-- other-extensions:
other-modules: Reanimate.Arrow
Reanimate.Render
Reanimate.Examples
Reanimate.Combinators
Reanimate.LaTeX
Reanimate.Svg
Reanimate.Misc
Reanimate.Transform
Reanimate.Svg.NamedColors
build-depends: base >=4.10 && <4.13, cairo >=0.13 && <0.14, gtk,
svgcairo, lucid-svg, time, text, unix, lucid, reanimate,
filepath, process, directory, containers, svg-tree >= 0.6.2.3, xml,
bytestring, lens, linear, mtl, matrix,JuicyPixels, attoparsec
hs-source-dirs: src
default-language: Haskell2010