packages feed

Cabal revisions of blaze-svg-0.3.7

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

revision 1
-name:                blaze-svg-version:             0.3.7-synopsis:            SVG combinator library-homepage:            https://github.com/diagrams/blaze-svg-license:             BSD3-license-file:        LICENSE-author:              Deepak Jois-maintainer:          diagrams-discuss@googlegroups.com-Bug-reports:         http://github.com/diagrams/blaze-svg/issues-category:            Graphics-build-type:          Simple-cabal-version:       1.18-description:-  A blazingly fast SVG combinator library for the Haskell-  programming language. The "Text.Blaze.SVG" module is a good-  starting point.-  .-  Other documentation:-  .-  * Programs in the /examples/ folder of this project: <https://github.com/diagrams/blaze-svg/tree/master/examples/>-  .-  * Jasper Van Der Jeugt has written a tutorial for /blaze-html/,-    which is a sister library of /blaze-svg/. It may not be directly relevant,-    but still it gives a good overview on how to use the  combinators in-    "Text.Blaze.Svg11" and "Text.Blaze.Svg11.Attributes":-    <http://jaspervdj.be/blaze/tutorial.html>.-tested-with: GHC ==9.6.1 || ==9.4.5 || ==9.2.7 || ==9.0.2 || ==8.10.7--Extra-source-files:-  src/Util/Sanitize.hs-  src/Util/GenerateSvgCombinators.hs-  examples/*.hs-extra-doc-files:-  CHANGES.md-  README.md--Library-  Hs-Source-Dirs: src-  Ghc-Options:       -Wall--  Exposed-modules:-    Text.Blaze.Svg-    Text.Blaze.Svg.Internal-    Text.Blaze.Svg11-    Text.Blaze.Svg11.Attributes-    Text.Blaze.Svg.Renderer.Pretty-    Text.Blaze.Svg.Renderer.String-    Text.Blaze.Svg.Renderer.Text-    Text.Blaze.Svg.Renderer.Utf8--  Build-depends:-    base            >= 4  && < 4.19,-    mtl             >= 2  && < 2.4,-    blaze-markup    >= 0.5 && < 0.9--  default-language: Haskell2010--Source-repository head-  Type:     git-  Location: http://github.com/diagrams/blaze-svg.git+name:                blaze-svg
+version:             0.3.7
+x-revision: 1
+synopsis:            SVG combinator library
+homepage:            https://github.com/diagrams/blaze-svg
+license:             BSD3
+license-file:        LICENSE
+author:              Deepak Jois
+maintainer:          diagrams-discuss@googlegroups.com
+Bug-reports:         http://github.com/diagrams/blaze-svg/issues
+category:            Graphics
+build-type:          Simple
+cabal-version:       1.18
+description:
+  A blazingly fast SVG combinator library for the Haskell
+  programming language. The "Text.Blaze.SVG" module is a good
+  starting point.
+  .
+  Other documentation:
+  .
+  * Programs in the /examples/ folder of this project: <https://github.com/diagrams/blaze-svg/tree/master/examples/>
+  .
+  * Jasper Van Der Jeugt has written a tutorial for /blaze-html/,
+    which is a sister library of /blaze-svg/. It may not be directly relevant,
+    but still it gives a good overview on how to use the  combinators in
+    "Text.Blaze.Svg11" and "Text.Blaze.Svg11.Attributes":
+    <http://jaspervdj.be/blaze/tutorial.html>.
+tested-with: GHC ==9.8.1 || ==9.6.3 || ==9.4.8 || ==9.2.8 || ==9.0.2 || ==8.10.7
+
+Extra-source-files:
+  src/Util/Sanitize.hs
+  src/Util/GenerateSvgCombinators.hs
+  examples/*.hs
+extra-doc-files:
+  CHANGES.md
+  README.md
+
+Library
+  Hs-Source-Dirs: src
+  Ghc-Options:       -Wall
+
+  Exposed-modules:
+    Text.Blaze.Svg
+    Text.Blaze.Svg.Internal
+    Text.Blaze.Svg11
+    Text.Blaze.Svg11.Attributes
+    Text.Blaze.Svg.Renderer.Pretty
+    Text.Blaze.Svg.Renderer.String
+    Text.Blaze.Svg.Renderer.Text
+    Text.Blaze.Svg.Renderer.Utf8
+
+  Build-depends:
+    base            >= 4  && < 4.20,
+    mtl             >= 2  && < 2.4,
+    blaze-markup    >= 0.5 && < 0.9
+
+  default-language: Haskell2010
+
+Source-repository head
+  Type:     git
+  Location: http://github.com/diagrams/blaze-svg.git
revision 2
 name:                blaze-svg
 version:             0.3.7
-x-revision: 1
+x-revision: 2
 synopsis:            SVG combinator library
 homepage:            https://github.com/diagrams/blaze-svg
 license:             BSD3
     but still it gives a good overview on how to use the  combinators in
     "Text.Blaze.Svg11" and "Text.Blaze.Svg11.Attributes":
     <http://jaspervdj.be/blaze/tutorial.html>.
-tested-with: GHC ==9.8.1 || ==9.6.3 || ==9.4.8 || ==9.2.8 || ==9.0.2 || ==8.10.7
+tested-with: GHC ==9.10.1 || ==9.8.2 || ==9.6.5 || ==9.4.8 || ==9.2.8 || ==9.0.2 || ==8.10.7
 
 Extra-source-files:
   src/Util/Sanitize.hs
     Text.Blaze.Svg.Renderer.Utf8
 
   Build-depends:
-    base            >= 4  && < 4.20,
+    base            >= 4  && < 4.21,
     mtl             >= 2  && < 2.4,
     blaze-markup    >= 0.5 && < 0.9
 
revision 3
 name:                blaze-svg
 version:             0.3.7
-x-revision: 2
+x-revision: 3
 synopsis:            SVG combinator library
 homepage:            https://github.com/diagrams/blaze-svg
 license:             BSD3
     but still it gives a good overview on how to use the  combinators in
     "Text.Blaze.Svg11" and "Text.Blaze.Svg11.Attributes":
     <http://jaspervdj.be/blaze/tutorial.html>.
-tested-with: GHC ==9.10.1 || ==9.8.2 || ==9.6.5 || ==9.4.8 || ==9.2.8 || ==9.0.2 || ==8.10.7
+tested-with: GHC ==9.12.1 || ==9.10.1 || ==9.8.2 || ==9.6.6 || ==9.4.8 || ==9.2.8 || ==9.0.2 || ==8.10.7
 
 Extra-source-files:
   src/Util/Sanitize.hs
     Text.Blaze.Svg.Renderer.Utf8
 
   Build-depends:
-    base            >= 4  && < 4.21,
+    base            >= 4  && < 4.22,
     mtl             >= 2  && < 2.4,
     blaze-markup    >= 0.5 && < 0.9