Skip to content

Commit

Permalink
Diagrams.Prelude no longer re-exports Diagrams.BoundingBox
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Yorgey committed Nov 15, 2013
1 parent 60ee5de commit 72f8a1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Diagrams/Backend/Cairo/Text.hs
Expand Up @@ -57,9 +57,10 @@ module Diagrams.Backend.Cairo.Text
) where ) where


import Diagrams.Backend.Cairo.Internal import Diagrams.Backend.Cairo.Internal
import Diagrams.Prelude hiding (view, height) import Diagrams.BoundingBox
import Diagrams.Prelude hiding (height, view)


import Control.Lens (makeLenses, view) import Control.Lens (makeLenses, view)
import System.IO.Unsafe import System.IO.Unsafe


import qualified Graphics.Rendering.Cairo as C import qualified Graphics.Rendering.Cairo as C
Expand Down

0 comments on commit 72f8a1d

Please sign in to comment.