update for ghc 9.8.2

This commit is contained in:
rhiannon morris 2024-03-19 21:19:35 +01:00
parent 39bb6a4e04
commit 53ec89051a
1 changed files with 31 additions and 31 deletions

View File

@ -1,36 +1,36 @@
name: svg-builder name: svg-builder
version: 0.1.1 version: 0.1.1.1
synopsis: DSL for building SVG. synopsis: DSL for building SVG.
description: Fast, easy to write SVG. description: Fast, easy to write SVG.
homepage: https://github.com/diagrams/svg-builder.git homepage: https://github.com/diagrams/svg-builder.git
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Jeffrey Rosenbluth author: Jeffrey Rosenbluth
maintainer: jeffrey.rosenbluth@gmail.com maintainer: jeffrey.rosenbluth@gmail.com
copyright: 2016 Jeffrey Rosenbluth copyright: 2016 Jeffrey Rosenbluth
category: Graphics category: Graphics
build-type: Simple build-type: Simple
extra-source-files: README.md extra-source-files: README.md
cabal-version: >=1.10 cabal-version: 2.0
source-repository head source-repository head
type: git type: git
location: https://github.com/diagrams/svg-builder.git location: https://git.rhiannon.website/rhi/svg-builder
library library
ghc-options: -Wall -fsimpl-tick-factor=200 ghc-options: -Wall -fsimpl-tick-factor=200
exposed-modules: Graphics.Svg, exposed-modules:
Graphics.Svg.Core, Graphics.Svg,
Graphics.Svg.Path, Graphics.Svg.Core,
Graphics.Svg.Elements, Graphics.Svg.Path,
Graphics.Svg.Attributes Graphics.Svg.Elements,
build-depends: base >= 4.5 && < 4.18, Graphics.Svg.Attributes
blaze-builder >= 0.4 && < 0.5, build-depends:
bytestring >= 0.10 && < 0.13, base ^>= 4.19,
hashable >= 1.1 && < 1.5, blaze-builder >= 0.4.2 && < 0.5,
text >= 2.0 && < 2.2, bytestring >= 0.12.1 && < 0.13,
unordered-containers >= 0.2 && < 0.3 hashable >= 1.4.3 && < 1.5,
if !impl(ghc >= 8.0) text >= 2.1.1 && < 2.2,
build-depends: semigroups >= 0.16.1 && < 0.20 unordered-containers >= 0.2.20 && < 0.3
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010