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 Nov 2, 2024
1 parent 760139f commit b9fd9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diagrams-input.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Library
, conduit-extra
, containers
, css-text
, data-default
, data-default >= 0.8 && < 0.9
, diagrams-core >= 1.3 && < 1.6
, diagrams-lib >= 1.3 && < 1.5
, digits
Expand Down
2 changes: 1 addition & 1 deletion src/Diagrams/SVG/Fonts/Text.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module Diagrams.SVG.Fonts.Text

) where

import Data.Default.Class
import Data.Default
import Diagrams.Prelude hiding (font, text)
import qualified Data.HashMap.Strict as H
import Data.Maybe (fromMaybe)
Expand Down

0 comments on commit b9fd9b4

Please sign in to comment.