packages feed

Cabal revisions of diagrams-svg-1.4.3.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:                diagrams-svg Version:             1.4.3.1+x-revision: 1 Synopsis:            SVG backend for diagrams drawing EDSL. Homepage:            https://diagrams.github.io/ License:             BSD3                      , base64-bytestring    >= 1     && < 1.3                      , colour                      , diagrams-core        >= 1.4   && < 1.6-                     , diagrams-lib         >= 1.4   && < 1.5+                     , diagrams-lib         >= 1.4.5 && < 1.5                      , monoid-extras        >= 0.3   && < 0.7                      , svg-builder          >= 0.1   && < 0.2                      , text                 >= 0.11  && < 1.3
revision 2
-Name:                diagrams-svg-Version:             1.4.3.1-x-revision: 1-Synopsis:            SVG backend for diagrams drawing EDSL.-Homepage:            https://diagrams.github.io/-License:             BSD3-License-file:        LICENSE-Extra-source-files:  README.md, CHANGELOG.md-Author:              Felipe Lessa, Deepak Jois-Maintainer:          diagrams-discuss@googlegroups.com-Bug-reports:         http://github.com/diagrams/diagrams-svg/issues-Stability:           Experimental-Category:            Graphics-Build-type:          Simple-Cabal-version:       >=1.10-Tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 || ==9.2.1-Description:         This package provides a modular backend for rendering-                     diagrams created with the diagrams EDSL to SVG-                     files.  It uses @lucid-svg@ to be a native-                     Haskell backend, making it suitable for use on-                     any platform.-                     .-                     The package provides the following modules:-                     .-                     * "Diagrams.Backend.SVG.CmdLine" - if you're-                       just getting started with diagrams, begin here.-                     .-                     * "Diagrams.Backend.SVG" - look at this next.-                       The general API for the SVG backend.-                     .-                     Additional documentation can be found in the-                     README file distributed with the source tarball or-                     viewable on GitHub:-                     <https://github.com/diagrams/diagrams-svg/blob/master/README.md>.-Source-repository head-  type:     git-  location: http://github.com/diagrams/diagrams-svg--Library-  Exposed-modules:     Diagrams.Backend.SVG-                       Diagrams.Backend.SVG.CmdLine-  Other-modules:       Graphics.Rendering.SVG-  Hs-source-dirs:      src-  Build-depends:       base                 >= 4.7   && < 4.17-                     , filepath-                     , mtl                  >= 1     && < 2.3-                     , bytestring           >= 0.9   && < 1.0-                     , base64-bytestring    >= 1     && < 1.3-                     , colour-                     , diagrams-core        >= 1.4   && < 1.6-                     , diagrams-lib         >= 1.4.5 && < 1.5-                     , monoid-extras        >= 0.3   && < 0.7-                     , svg-builder          >= 0.1   && < 0.2-                     , text                 >= 0.11  && < 1.3-                     , JuicyPixels          >= 3.1.5 && < 3.4-                     , split                >= 0.1.2 && < 0.3-                     , containers           >= 0.3   && < 0.7-                     , lens                 >= 4.0   && < 5.2-                     , hashable             >= 1.1   && < 1.5-                     , optparse-applicative >= 0.13  && < 0.17-                     , semigroups           >= 0.13  && < 0.21--  Ghc-options:         -Wall--  Default-language:  Haskell2010+Name:                diagrams-svg
+Version:             1.4.3.1
+x-revision: 2
+Synopsis:            SVG backend for diagrams drawing EDSL.
+Homepage:            https://diagrams.github.io/
+License:             BSD3
+License-file:        LICENSE
+Extra-source-files:  README.md, CHANGELOG.md
+Author:              Felipe Lessa, Deepak Jois
+Maintainer:          diagrams-discuss@googlegroups.com
+Bug-reports:         http://github.com/diagrams/diagrams-svg/issues
+Stability:           Experimental
+Category:            Graphics
+Build-type:          Simple
+Cabal-version:       >=1.10
+Tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 || ==9.2.1
+Description:         This package provides a modular backend for rendering
+                     diagrams created with the diagrams EDSL to SVG
+                     files.  It uses @lucid-svg@ to be a native
+                     Haskell backend, making it suitable for use on
+                     any platform.
+                     .
+                     The package provides the following modules:
+                     .
+                     * "Diagrams.Backend.SVG.CmdLine" - if you're
+                       just getting started with diagrams, begin here.
+                     .
+                     * "Diagrams.Backend.SVG" - look at this next.
+                       The general API for the SVG backend.
+                     .
+                     Additional documentation can be found in the
+                     README file distributed with the source tarball or
+                     viewable on GitHub:
+                     <https://github.com/diagrams/diagrams-svg/blob/master/README.md>.
+Source-repository head
+  type:     git
+  location: http://github.com/diagrams/diagrams-svg
+
+Library
+  Exposed-modules:     Diagrams.Backend.SVG
+                       Diagrams.Backend.SVG.CmdLine
+  Other-modules:       Graphics.Rendering.SVG
+  Hs-source-dirs:      src
+  Build-depends:       base                 >= 4.7   && < 4.17
+                     , filepath
+                     , mtl                  >= 1     && < 2.3
+                     , bytestring           >= 0.9   && < 1.0
+                     , base64-bytestring    >= 1     && < 1.3
+                     , colour
+                     , diagrams-core        >= 1.4   && < 1.6
+                     , diagrams-lib         >= 1.4.5 && < 1.5
+                     , monoid-extras        >= 0.3   && < 0.7
+                     , svg-builder          >= 0.1   && < 0.2
+                     , text                 >= 0.11  && < 2.1
+                     , JuicyPixels          >= 3.1.5 && < 3.4
+                     , split                >= 0.1.2 && < 0.3
+                     , containers           >= 0.3   && < 0.7
+                     , lens                 >= 4.0   && < 5.2
+                     , hashable             >= 1.1   && < 1.5
+                     , optparse-applicative >= 0.13  && < 0.17
+                     , semigroups           >= 0.13  && < 0.21
+
+  Ghc-options:         -Wall
+
+  Default-language:  Haskell2010
revision 3
 Name:                diagrams-svg
 Version:             1.4.3.1
-x-revision: 2
+x-revision: 3
 Synopsis:            SVG backend for diagrams drawing EDSL.
 Homepage:            https://diagrams.github.io/
 License:             BSD3
                      , containers           >= 0.3   && < 0.7
                      , lens                 >= 4.0   && < 5.2
                      , hashable             >= 1.1   && < 1.5
-                     , optparse-applicative >= 0.13  && < 0.17
+                     , optparse-applicative >= 0.13  && < 0.18
                      , semigroups           >= 0.13  && < 0.21
 
   Ghc-options:         -Wall
revision 4
 Name:                diagrams-svg
 Version:             1.4.3.1
-x-revision: 3
+x-revision: 4
 Synopsis:            SVG backend for diagrams drawing EDSL.
 Homepage:            https://diagrams.github.io/
 License:             BSD3
 Category:            Graphics
 Build-type:          Simple
 Cabal-version:       >=1.10
-Tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 || ==9.2.1
+Tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
 Description:         This package provides a modular backend for rendering
                      diagrams created with the diagrams EDSL to SVG
                      files.  It uses @lucid-svg@ to be a native
                        Diagrams.Backend.SVG.CmdLine
   Other-modules:       Graphics.Rendering.SVG
   Hs-source-dirs:      src
-  Build-depends:       base                 >= 4.7   && < 4.17
+  Build-depends:       base                 >= 4.7   && < 4.18
                      , filepath
                      , mtl                  >= 1     && < 2.3
                      , bytestring           >= 0.9   && < 1.0
                      , JuicyPixels          >= 3.1.5 && < 3.4
                      , split                >= 0.1.2 && < 0.3
                      , containers           >= 0.3   && < 0.7
-                     , lens                 >= 4.0   && < 5.2
+                     , lens                 >= 4.0   && < 5.3
                      , hashable             >= 1.1   && < 1.5
                      , optparse-applicative >= 0.13  && < 0.18
                      , semigroups           >= 0.13  && < 0.21
revision 5
 Name:                diagrams-svg
 Version:             1.4.3.1
-x-revision: 4
+x-revision: 5
 Synopsis:            SVG backend for diagrams drawing EDSL.
 Homepage:            https://diagrams.github.io/
 License:             BSD3
 Category:            Graphics
 Build-type:          Simple
 Cabal-version:       >=1.10
-Tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
+Tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1 || ==9.6.1
 Description:         This package provides a modular backend for rendering
                      diagrams created with the diagrams EDSL to SVG
                      files.  It uses @lucid-svg@ to be a native
                        Diagrams.Backend.SVG.CmdLine
   Other-modules:       Graphics.Rendering.SVG
   Hs-source-dirs:      src
-  Build-depends:       base                 >= 4.7   && < 4.18
+  Build-depends:       base                 >= 4.7   && < 4.19
                      , filepath
-                     , mtl                  >= 1     && < 2.3
+                     , mtl                  >= 1     && < 2.4
                      , bytestring           >= 0.9   && < 1.0
                      , base64-bytestring    >= 1     && < 1.3
                      , colour
                      , containers           >= 0.3   && < 0.7
                      , lens                 >= 4.0   && < 5.3
                      , hashable             >= 1.1   && < 1.5
-                     , optparse-applicative >= 0.13  && < 0.18
+                     , optparse-applicative >= 0.13  && < 0.19
                      , semigroups           >= 0.13  && < 0.21
 
   Ghc-options:         -Wall
revision 6
 Name:                diagrams-svg
 Version:             1.4.3.1
-x-revision: 5
+x-revision: 6
 Synopsis:            SVG backend for diagrams drawing EDSL.
 Homepage:            https://diagrams.github.io/
 License:             BSD3
 Category:            Graphics
 Build-type:          Simple
 Cabal-version:       >=1.10
-Tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1 || ==9.6.1
+Tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1
 Description:         This package provides a modular backend for rendering
                      diagrams created with the diagrams EDSL to SVG
                      files.  It uses @lucid-svg@ to be a native
                        Diagrams.Backend.SVG.CmdLine
   Other-modules:       Graphics.Rendering.SVG
   Hs-source-dirs:      src
-  Build-depends:       base                 >= 4.7   && < 4.19
+  Build-depends:       base                 >= 4.7   && < 4.20
                      , filepath
                      , mtl                  >= 1     && < 2.4
                      , bytestring           >= 0.9   && < 1.0
                      , diagrams-lib         >= 1.4.5 && < 1.5
                      , monoid-extras        >= 0.3   && < 0.7
                      , svg-builder          >= 0.1   && < 0.2
-                     , text                 >= 0.11  && < 2.1
+                     , text                 >= 0.11  && < 2.2
                      , JuicyPixels          >= 3.1.5 && < 3.4
                      , split                >= 0.1.2 && < 0.3
                      , containers           >= 0.3   && < 0.7
revision 7
 Name:                diagrams-svg
 Version:             1.4.3.1
-x-revision: 6
+x-revision: 7
 Synopsis:            SVG backend for diagrams drawing EDSL.
 Homepage:            https://diagrams.github.io/
 License:             BSD3
 Category:            Graphics
 Build-type:          Simple
 Cabal-version:       >=1.10
-Tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1
+Tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1
 Description:         This package provides a modular backend for rendering
                      diagrams created with the diagrams EDSL to SVG
                      files.  It uses @lucid-svg@ to be a native
                        Diagrams.Backend.SVG.CmdLine
   Other-modules:       Graphics.Rendering.SVG
   Hs-source-dirs:      src
-  Build-depends:       base                 >= 4.7   && < 4.20
-                     , filepath
+  Build-depends:       base                 >= 4.7   && < 4.21
+                     , filepath             >= 1.4   && < 1.6
                      , mtl                  >= 1     && < 2.4
                      , bytestring           >= 0.9   && < 1.0
                      , base64-bytestring    >= 1     && < 1.3
-                     , colour
+                     , colour               >= 2.3   && < 2.4
                      , diagrams-core        >= 1.4   && < 1.6
                      , diagrams-lib         >= 1.4.5 && < 1.5
                      , monoid-extras        >= 0.3   && < 0.7
                      , text                 >= 0.11  && < 2.2
                      , JuicyPixels          >= 3.1.5 && < 3.4
                      , split                >= 0.1.2 && < 0.3
-                     , containers           >= 0.3   && < 0.7
-                     , lens                 >= 4.0   && < 5.3
+                     , containers           >= 0.3   && < 0.8
+                     , lens                 >= 4.0   && < 5.4
                      , hashable             >= 1.1   && < 1.5
                      , optparse-applicative >= 0.13  && < 0.19
                      , semigroups           >= 0.13  && < 0.21