Skip to content

Commit

Permalink
require data-default-0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Oct 31, 2024
1 parent 05b6d89 commit a932509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SVGFonts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Library
cereal,
cereal-vector,
containers >= 0.4 && < 0.8,
data-default-class < 0.2,
data-default >= 0.8 && < 0.9,
diagrams-core >= 1.3 && < 1.6,
diagrams-lib >= 1.3 && < 1.5,
directory >= 1.1,
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/SVGFonts/Text.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module Graphics.SVGFonts.Text

import Control.Arrow (second)

import Data.Default.Class
import Data.Default
import Diagrams.Prelude hiding (font, text, width, height, envelope)
import qualified Data.Map as Map
import Data.Maybe (fromMaybe)
Expand Down

0 comments on commit a932509

Please sign in to comment.