update for ghc 9.4.7

This commit is contained in:
rhiannon morris 2023-12-23 18:27:14 +01:00
parent 1cbcd594d3
commit 39bb6a4e04
2 changed files with 7 additions and 6 deletions

View File

@ -2,6 +2,7 @@
{-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- | -- |

View File

@ -24,12 +24,12 @@ library
Graphics.Svg.Path, Graphics.Svg.Path,
Graphics.Svg.Elements, Graphics.Svg.Elements,
Graphics.Svg.Attributes Graphics.Svg.Attributes
build-depends: base >= 4.5 && < 4.16, build-depends: base >= 4.5 && < 4.18,
blaze-builder >= 0.4 && < 0.5, blaze-builder >= 0.4 && < 0.5,
bytestring >= 0.10 && < 0.11, bytestring >= 0.10 && < 0.13,
hashable >= 1.1 && < 1.4, hashable >= 1.1 && < 1.5,
text >= 0.11 && < 1.3, text >= 2.0 && < 2.2,
unordered-containers >= 0.2 && < 0.3 unordered-containers >= 0.2 && < 0.3
if !impl(ghc >= 8.0) if !impl(ghc >= 8.0)
build-depends: semigroups >= 0.16.1 && < 0.20 build-depends: semigroups >= 0.16.1 && < 0.20
hs-source-dirs: src hs-source-dirs: src