Cabal revisions of diagrams-canvas-1.4.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: diagrams-canvas-Version: 1.4.2-Synopsis: HTML5 canvas backend for diagrams drawing EDSL-Description: This package provides a modular backend for rendering- diagrams created with the diagrams EDSL using an- HTML5 canvas.-Homepage: https://diagrams.github.io/-License: BSD3-License-file: LICENSE-Author: Jeffrey Rosenbluth, Ryan Yates, Brent Yorgey, Andy Gill, Daniel Bergey-Maintainer: diagrams-discuss@googlegroups.com-Bug-reports: http://github.com/diagrams/diagrams-canvas/issues-Stability: Experimental-Category: Graphics-Build-type: Simple-Extra-source-files: README.md, CHANGELOG.md-Tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1-Cabal-version: >=1.10-Source-repository head- type: git- location: https://github.com/diagrams/diagrams-canvas.git--Library- Exposed-modules: Diagrams.Backend.Canvas- Diagrams.Backend.Canvas.CmdLine- Hs-source-dirs: src- Build-depends: base >= 4.13 && < 4.21,- mtl >= 2.0 && < 2.4,- NumInstances >= 1.0 && < 1.5,- diagrams-core >= 1.3 && < 1.6,- diagrams-lib >= 1.3 && < 1.5,- cmdargs >= 0.6 && < 0.11,- blank-canvas >= 0.5 && < 0.8,- lens >= 4.0 && < 5.4,- containers >= 0.3 && < 0.8,- text >= 1.0 && < 2.2,- data-default >= 0.8 && < 0.9,- statestack >= 0.2 && <0.4,- optparse-applicative >= 0.13 && < 0.19-- Default-language: Haskell2010+Name: diagrams-canvas +Version: 1.4.2 +x-revision: 1 +Synopsis: HTML5 canvas backend for diagrams drawing EDSL +Description: This package provides a modular backend for rendering + diagrams created with the diagrams EDSL using an + HTML5 canvas. +Homepage: https://diagrams.github.io/ +License: BSD3 +License-file: LICENSE +Author: Jeffrey Rosenbluth, Ryan Yates, Brent Yorgey, Andy Gill, Daniel Bergey +Maintainer: diagrams-discuss@googlegroups.com +Bug-reports: http://github.com/diagrams/diagrams-canvas/issues +Stability: Experimental +Category: Graphics +Build-type: Simple +Extra-source-files: README.md, CHANGELOG.md +Tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 || ==9.12.1 +Cabal-version: >=1.10 +Source-repository head + type: git + location: https://github.com/diagrams/diagrams-canvas.git + +Library + Exposed-modules: Diagrams.Backend.Canvas + Diagrams.Backend.Canvas.CmdLine + Hs-source-dirs: src + Build-depends: base >= 4.13 && < 4.22, + mtl >= 2.0 && < 2.4, + NumInstances >= 1.0 && < 1.5, + diagrams-core >= 1.3 && < 1.6, + diagrams-lib >= 1.3 && < 1.6, + cmdargs >= 0.6 && < 0.11, + blank-canvas >= 0.5 && < 0.8, + lens >= 4.0 && < 5.4, + containers >= 0.3 && < 0.8, + text >= 1.0 && < 2.2, + data-default >= 0.8 && < 0.9, + statestack >= 0.2 && <0.4, + optparse-applicative >= 0.13 && < 0.19 + + Default-language: Haskell2010
revision 2
Name: diagrams-canvas Version: 1.4.2 -x-revision: 1 +x-revision: 2 Synopsis: HTML5 canvas backend for diagrams drawing EDSL Description: This package provides a modular backend for rendering diagrams created with the diagrams EDSL using an text >= 1.0 && < 2.2, data-default >= 0.8 && < 0.9, statestack >= 0.2 && <0.4, - optparse-applicative >= 0.13 && < 0.19 + optparse-applicative >= 0.13 && < 0.20 Default-language: Haskell2010