Skip to content

Commit

Permalink
update to data-default-0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Oct 26, 2024
1 parent f811f52 commit 47c341d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions diagrams-contrib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,12 @@ library
lens >= 4.0 && < 5.4,
linear >= 1.11.3 && < 1.24,
force-layout >= 0.4 && < 0.5,
data-default >= 0.5.2 && < 0.8,
data-default >= 0.8 && < 0.9,
MonadRandom >= 0.1.8 && < 0.7,
random >= 1.0 && < 1.3,
circle-packing >= 0.1 && < 0.2,
parsec >= 3.1 && < 3.2,
text >= 0.11 && < 2.2,
data-default-class < 0.2,
semigroups >= 0.3.4 && < 0.21,
cubicbezier >= 0.6 && < 0.7,
hashable >= 0.1.2 && < 1.6,
Expand Down
2 changes: 1 addition & 1 deletion src/Diagrams/TwoD/Sunburst.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module Diagrams.TwoD.Sunburst
, colors
) where

import Data.Default.Class
import Data.Default
import qualified Data.Foldable as F
import Data.Tree
import Diagrams.Prelude hiding (radius)
Expand Down

0 comments on commit 47c341d

Please sign in to comment.