Cabal revisions of svg-builder-0.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: svg-builder-version: 0.1.1-synopsis: DSL for building SVG.-description: Fast, easy to write SVG.-homepage: https://github.com/diagrams/svg-builder.git-license: BSD3-license-file: LICENSE-author: Jeffrey Rosenbluth-maintainer: jeffrey.rosenbluth@gmail.com-copyright: 2016 Jeffrey Rosenbluth-category: Graphics-build-type: Simple-extra-source-files: README.md-cabal-version: >=1.10--source-repository head- type: git- location: https://github.com/diagrams/svg-builder.git--library- ghc-options: -Wall -fsimpl-tick-factor=200- exposed-modules: Graphics.Svg,- Graphics.Svg.Core,- Graphics.Svg.Path,- Graphics.Svg.Elements,- Graphics.Svg.Attributes- build-depends: base >= 4.5 && < 4.12,- blaze-builder >= 0.4 && < 0.5,- bytestring >= 0.10 && < 0.11,- hashable >= 1.1 && < 1.3,- text >= 0.11 && < 1.3,- unordered-containers >= 0.2 && < 0.3- if !impl(ghc >= 8.0)- build-depends: semigroups >= 0.16.1 && < 0.19- hs-source-dirs: src- default-language: Haskell2010+name: svg-builder +version: 0.1.1 +x-revision: 1 +synopsis: DSL for building SVG. +description: Fast, easy to write SVG. +homepage: https://github.com/diagrams/svg-builder.git +license: BSD3 +license-file: LICENSE +author: Jeffrey Rosenbluth +maintainer: jeffrey.rosenbluth@gmail.com +copyright: 2016 Jeffrey Rosenbluth +category: Graphics +build-type: Simple +extra-source-files: README.md +cabal-version: >=1.10 + +source-repository head + type: git + location: https://github.com/diagrams/svg-builder.git + +library + ghc-options: -Wall -fsimpl-tick-factor=200 + exposed-modules: Graphics.Svg, + Graphics.Svg.Core, + Graphics.Svg.Path, + Graphics.Svg.Elements, + Graphics.Svg.Attributes + build-depends: base >= 4.5 && < 4.13, + blaze-builder >= 0.4 && < 0.5, + bytestring >= 0.10 && < 0.11, + hashable >= 1.1 && < 1.3, + text >= 0.11 && < 1.3, + unordered-containers >= 0.2 && < 0.3 + if !impl(ghc >= 8.0) + build-depends: semigroups >= 0.16.1 && < 0.19 + hs-source-dirs: src + default-language: Haskell2010
revision 2
name: svg-builder version: 0.1.1 -x-revision: 1 +x-revision: 2 synopsis: DSL for building SVG. description: Fast, easy to write SVG. homepage: https://github.com/diagrams/svg-builder.git Graphics.Svg.Path, Graphics.Svg.Elements, Graphics.Svg.Attributes - build-depends: base >= 4.5 && < 4.13, + build-depends: base >= 4.5 && < 4.14, blaze-builder >= 0.4 && < 0.5, bytestring >= 0.10 && < 0.11, - hashable >= 1.1 && < 1.3, + hashable >= 1.1 && < 1.4, text >= 0.11 && < 1.3, unordered-containers >= 0.2 && < 0.3 if !impl(ghc >= 8.0) - build-depends: semigroups >= 0.16.1 && < 0.19 + build-depends: semigroups >= 0.16.1 && < 0.20 hs-source-dirs: src default-language: Haskell2010
revision 3
-name: svg-builder -version: 0.1.1 -x-revision: 2 -synopsis: DSL for building SVG. -description: Fast, easy to write SVG. -homepage: https://github.com/diagrams/svg-builder.git -license: BSD3 -license-file: LICENSE -author: Jeffrey Rosenbluth -maintainer: jeffrey.rosenbluth@gmail.com -copyright: 2016 Jeffrey Rosenbluth -category: Graphics -build-type: Simple -extra-source-files: README.md -cabal-version: >=1.10 - -source-repository head - type: git - location: https://github.com/diagrams/svg-builder.git - -library - ghc-options: -Wall -fsimpl-tick-factor=200 - exposed-modules: Graphics.Svg, - Graphics.Svg.Core, - Graphics.Svg.Path, - Graphics.Svg.Elements, - Graphics.Svg.Attributes - build-depends: base >= 4.5 && < 4.14, - blaze-builder >= 0.4 && < 0.5, - bytestring >= 0.10 && < 0.11, - hashable >= 1.1 && < 1.4, - text >= 0.11 && < 1.3, - unordered-containers >= 0.2 && < 0.3 - if !impl(ghc >= 8.0) - build-depends: semigroups >= 0.16.1 && < 0.20 - hs-source-dirs: src - default-language: Haskell2010 +name: svg-builder+version: 0.1.1+x-revision: 3+synopsis: DSL for building SVG.+description: Fast, easy to write SVG.+homepage: https://github.com/diagrams/svg-builder.git+license: BSD3+license-file: LICENSE+author: Jeffrey Rosenbluth+maintainer: jeffrey.rosenbluth@gmail.com+copyright: 2016 Jeffrey Rosenbluth+category: Graphics+build-type: Simple+extra-source-files: README.md+cabal-version: >=1.10++source-repository head+ type: git+ location: https://github.com/diagrams/svg-builder.git++library+ ghc-options: -Wall -fsimpl-tick-factor=200+ exposed-modules: Graphics.Svg,+ Graphics.Svg.Core,+ Graphics.Svg.Path,+ Graphics.Svg.Elements,+ Graphics.Svg.Attributes+ build-depends: base >= 4.5 && < 4.16,+ blaze-builder >= 0.4 && < 0.5,+ bytestring >= 0.10 && < 0.12,+ hashable >= 1.1 && < 1.4,+ text >= 0.11 && < 1.3,+ unordered-containers >= 0.2 && < 0.3+ if !impl(ghc >= 8.0)+ build-depends: semigroups >= 0.16.1 && < 0.20+ hs-source-dirs: src+ default-language: Haskell2010
revision 4
-name: svg-builder-version: 0.1.1-x-revision: 3-synopsis: DSL for building SVG.-description: Fast, easy to write SVG.-homepage: https://github.com/diagrams/svg-builder.git-license: BSD3-license-file: LICENSE-author: Jeffrey Rosenbluth-maintainer: jeffrey.rosenbluth@gmail.com-copyright: 2016 Jeffrey Rosenbluth-category: Graphics-build-type: Simple-extra-source-files: README.md-cabal-version: >=1.10--source-repository head- type: git- location: https://github.com/diagrams/svg-builder.git--library- ghc-options: -Wall -fsimpl-tick-factor=200- exposed-modules: Graphics.Svg,- Graphics.Svg.Core,- Graphics.Svg.Path,- Graphics.Svg.Elements,- Graphics.Svg.Attributes- build-depends: base >= 4.5 && < 4.16,- blaze-builder >= 0.4 && < 0.5,- bytestring >= 0.10 && < 0.12,- hashable >= 1.1 && < 1.4,- text >= 0.11 && < 1.3,- unordered-containers >= 0.2 && < 0.3- if !impl(ghc >= 8.0)- build-depends: semigroups >= 0.16.1 && < 0.20- hs-source-dirs: src- default-language: Haskell2010+name: svg-builder +version: 0.1.1 +x-revision: 4 +synopsis: DSL for building SVG. +description: Fast, easy to write SVG. +homepage: https://github.com/diagrams/svg-builder.git +license: BSD3 +license-file: LICENSE +author: Jeffrey Rosenbluth +maintainer: jeffrey.rosenbluth@gmail.com +copyright: 2016 Jeffrey Rosenbluth +category: Graphics +build-type: Simple +extra-source-files: README.md +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 + + +source-repository head + type: git + location: https://github.com/diagrams/svg-builder.git + +library + ghc-options: -Wall -fsimpl-tick-factor=200 + exposed-modules: Graphics.Svg, + Graphics.Svg.Core, + Graphics.Svg.Path, + Graphics.Svg.Elements, + Graphics.Svg.Attributes + build-depends: base >= 4.5 && < 4.17, + blaze-builder >= 0.4 && < 0.5, + bytestring >= 0.10 && < 0.12, + hashable >= 1.1 && < 1.5, + text >= 0.11 && < 1.3, + unordered-containers >= 0.2 && < 0.3 + if !impl(ghc >= 8.0) + build-depends: semigroups >= 0.16.1 && < 0.20 + hs-source-dirs: src + default-language: Haskell2010
revision 5
name: svg-builder version: 0.1.1 -x-revision: 4 +x-revision: 5 synopsis: DSL for building SVG. description: Fast, easy to write SVG. homepage: https://github.com/diagrams/svg-builder.git blaze-builder >= 0.4 && < 0.5, bytestring >= 0.10 && < 0.12, hashable >= 1.1 && < 1.5, - text >= 0.11 && < 1.3, + text >= 0.11 && < 2.1, unordered-containers >= 0.2 && < 0.3 if !impl(ghc >= 8.0) build-depends: semigroups >= 0.16.1 && < 0.20
revision 6
name: svg-builder version: 0.1.1 -x-revision: 5 +x-revision: 6 synopsis: DSL for building SVG. description: Fast, easy to write SVG. homepage: https://github.com/diagrams/svg-builder.git build-type: Simple extra-source-files: README.md 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 source-repository head Graphics.Svg.Path, Graphics.Svg.Elements, Graphics.Svg.Attributes - build-depends: base >= 4.5 && < 4.17, + build-depends: base >= 4.5 && < 4.18, blaze-builder >= 0.4 && < 0.5, bytestring >= 0.10 && < 0.12, hashable >= 1.1 && < 1.5,
revision 7
name: svg-builder version: 0.1.1 -x-revision: 6 +x-revision: 7 synopsis: DSL for building SVG. description: Fast, easy to write SVG. homepage: https://github.com/diagrams/svg-builder.git build-type: Simple extra-source-files: README.md 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.4 || ==9.6.1 source-repository head Graphics.Svg.Path, Graphics.Svg.Elements, Graphics.Svg.Attributes - build-depends: base >= 4.5 && < 4.18, + build-depends: base >= 4.5 && < 4.19, blaze-builder >= 0.4 && < 0.5, bytestring >= 0.10 && < 0.12, hashable >= 1.1 && < 1.5,
revision 8
name: svg-builder version: 0.1.1 -x-revision: 7 +x-revision: 8 synopsis: DSL for building SVG. description: Fast, easy to write SVG. homepage: https://github.com/diagrams/svg-builder.git build-type: Simple extra-source-files: README.md 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.4 || ==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 source-repository head Graphics.Svg.Path, Graphics.Svg.Elements, Graphics.Svg.Attributes - build-depends: base >= 4.5 && < 4.19, + build-depends: base >= 4.5 && < 4.20, blaze-builder >= 0.4 && < 0.5, - bytestring >= 0.10 && < 0.12, + bytestring >= 0.10 && < 0.13, hashable >= 1.1 && < 1.5, - text >= 0.11 && < 2.1, + text >= 0.11 && < 2.2, unordered-containers >= 0.2 && < 0.3 if !impl(ghc >= 8.0) build-depends: semigroups >= 0.16.1 && < 0.20
revision 9
name: svg-builder version: 0.1.1 -x-revision: 8 +x-revision: 9 synopsis: DSL for building SVG. description: Fast, easy to write SVG. homepage: https://github.com/diagrams/svg-builder.git build-type: Simple extra-source-files: README.md 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 source-repository head Graphics.Svg.Path, Graphics.Svg.Elements, Graphics.Svg.Attributes - build-depends: base >= 4.5 && < 4.20, + build-depends: base >= 4.5 && < 4.21, blaze-builder >= 0.4 && < 0.5, bytestring >= 0.10 && < 0.13, hashable >= 1.1 && < 1.5,
revision 10
name: svg-builder version: 0.1.1 -x-revision: 9 +x-revision: 10 synopsis: DSL for building SVG. description: Fast, easy to write SVG. homepage: https://github.com/diagrams/svg-builder.git build-depends: base >= 4.5 && < 4.21, blaze-builder >= 0.4 && < 0.5, bytestring >= 0.10 && < 0.13, - hashable >= 1.1 && < 1.5, + hashable >= 1.1 && < 1.6, text >= 0.11 && < 2.2, unordered-containers >= 0.2 && < 0.3 if !impl(ghc >= 8.0)
revision 11
name: svg-builder version: 0.1.1 -x-revision: 10 +x-revision: 11 synopsis: DSL for building SVG. description: Fast, easy to write SVG. homepage: https://github.com/diagrams/svg-builder.git build-type: Simple extra-source-files: README.md 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.5 || ==9.8.2 || ==9.10.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 || ==9.12.1 source-repository head Graphics.Svg.Path, Graphics.Svg.Elements, Graphics.Svg.Attributes - build-depends: base >= 4.5 && < 4.21, + build-depends: base >= 4.5 && < 4.22, blaze-builder >= 0.4 && < 0.5, bytestring >= 0.10 && < 0.13, hashable >= 1.1 && < 1.6,