Cabal revisions of svg-builder-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: svg-builder-version: 0.1-synopsis: DSL for building SVG.-description: Fast, easy to write SVG.-homepage: http://github.com/jeffreyrosenbluth/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--library- ghc-options: -Wall -rtsopts -O2- exposed-modules: Graphics.Svg,- Graphics.Svg.Core,- Graphics.Svg.Path,- Graphics.Svg.Elements,- Graphics.Svg.Attributes- build-depends: base >= 4.5 && < 4.10,- 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.2.7- hs-source-dirs: src- default-language: Haskell2010+name: svg-builder +version: 0.1 +x-revision: 1 +synopsis: DSL for building SVG. +description: Fast, easy to write SVG. +homepage: http://github.com/jeffreyrosenbluth/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 + +library + ghc-options: -Wall -rtsopts -O2 + exposed-modules: Graphics.Svg, + Graphics.Svg.Core, + Graphics.Svg.Path, + Graphics.Svg.Elements, + Graphics.Svg.Attributes + build-depends: base >= 4.8 && < 4.10, + 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.2.7 + hs-source-dirs: src + default-language: Haskell2010