Cabal revisions of static-canvas-0.2.0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: static-canvas version: 0.2.0.3+-- relaxed base and free bounds+-- https://github.com/haskell-infra/hackage-trustees/issues/150+-- https://github.com/jeffreyrosenbluth/static-canvas/pull/4+x-revision: 1 synopsis: DSL to generate HTML5 Canvas javascript. description: A simple DSL for writing HTML5 Canvas in haskell and converting it other-modules: Graphics.Static.Types Graphics.Static.Interpreter Graphics.Static.Javascript- build-depends: base >=4.5 && < 4.10,+ build-depends: base >=4.5 && < 4.12, mtl >= 2.1 && < 2.3,- free >= 4.9 && < 4.13,+ free >= 4.9 && < 5.1, text >=0.11 && < 1.3, double-conversion >= 2.0 && < 2.1 hs-source-dirs: src
revision 2
-name: static-canvas-version: 0.2.0.3--- relaxed base and free bounds--- https://github.com/haskell-infra/hackage-trustees/issues/150--- https://github.com/jeffreyrosenbluth/static-canvas/pull/4-x-revision: 1-synopsis: DSL to generate HTML5 Canvas javascript.-description:- A simple DSL for writing HTML5 Canvas in haskell and converting it- to Javascript. By static we mean non-interactive, so the parts of- the Canvas API that need to query the browser for run time information- like `isPointInPath(x, y)` are not included. This turns out to be- a surprisingly small part of HTML5 Canvas.--homepage: https://github.com/jeffreyrosenbluth/static-canvas-bug-reports: https://github.com/jeffreyrosenbluth/static-canvas/issues-license: BSD3-license-file: LICENSE-author: Jeffrey Rosenbluth-maintainer: jeffrey.rosenbluth@gmail.com-copyright: 2015 Jeffrey Rosenbluth-category: Graphics-stability: Experimental-build-type: Simple-extra-source-files: README.md-cabal-version: >=1.10--library- ghc-options: -Wall- exposed-modules: Graphics.Static- Graphics.Static.ColorNames- other-modules: Graphics.Static.Types- Graphics.Static.Interpreter- Graphics.Static.Javascript- build-depends: base >=4.5 && < 4.12,- mtl >= 2.1 && < 2.3,- free >= 4.9 && < 5.1,- text >=0.11 && < 1.3,- double-conversion >= 2.0 && < 2.1- hs-source-dirs: src- default-language: Haskell2010+name: static-canvas +version: 0.2.0.3 +-- relaxed base and free bounds +-- https://github.com/haskell-infra/hackage-trustees/issues/150 +-- https://github.com/jeffreyrosenbluth/static-canvas/pull/4 +x-revision: 2 +synopsis: DSL to generate HTML5 Canvas javascript. +description: + A simple DSL for writing HTML5 Canvas in haskell and converting it + to Javascript. By static we mean non-interactive, so the parts of + the Canvas API that need to query the browser for run time information + like `isPointInPath(x, y)` are not included. This turns out to be + a surprisingly small part of HTML5 Canvas. + +homepage: https://github.com/jeffreyrosenbluth/static-canvas +bug-reports: https://github.com/jeffreyrosenbluth/static-canvas/issues +license: BSD3 +license-file: LICENSE +author: Jeffrey Rosenbluth +maintainer: jeffrey.rosenbluth@gmail.com +copyright: 2015 Jeffrey Rosenbluth +category: Graphics +stability: Experimental +build-type: Simple +extra-source-files: README.md +cabal-version: >=1.10 + +library + ghc-options: -Wall + exposed-modules: Graphics.Static + Graphics.Static.ColorNames + other-modules: Graphics.Static.Types + Graphics.Static.Interpreter + Graphics.Static.Javascript + build-depends: base >= 4.5 && < 4.19, + mtl >= 2.1 && < 2.4, + free >= 4.9 && < 5.3, + text >= 0.11 && < 1.3 || >= 2.0 && < 2.1, + double-conversion >= 2.0 && < 2.1 + hs-source-dirs: src + default-language: Haskell2010