Gleam-0.1.0.2: Gleam.cabal
name: Gleam
version: 0.1.0.2
cabal-version: >=1.10
license: BSD3
license-file: LICENSE
author: bennye@tcd.ie
maintainer: bennye@tcd.ie
category: Graphics
build-type: Simple
extra-source-files: ChangeLog.md
description:
Gleam is a graphics library written in Haskell that uses the web-browser as a display.
Gleam is inspired by the Picture datatype from gloss Gloss and uses Threepenny-gui as its back-end local webserver.
synopsis: HTML Canvas graphics, animations and simulations.
source-repository head
type: git
location: https://github.com/Ebin-Benny/Gleam.git
library
exposed-modules: Gleam,
Color,
InputEvent,
Picture,
Settings,
Text
other-modules: Animate,
Handler,
Render,
Utility
-- Other library packages from which modules are imported.
build-depends: base >= 4.9 && <= 5
,mtl >= 2.2.2 && < 2.3
,split >= 0.2.3 && < 0.3
,threepenny-gui >= 0.8.3 && < 0.9
-- Directories containing source files.
hs-source-dirs: src
-- Base language which the package is written in.
default-language: Haskell2010