ghc-vis 0.7.2.6 → 0.7.2.7
raw patch · 2 files changed
+7/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ghc-vis.cabal +1/−1
- src/GHC/Vis/View/List.hs +6/−1
ghc-vis.cabal view
@@ -1,5 +1,5 @@ name: ghc-vis-version: 0.7.2.6+version: 0.7.2.7 license: BSD3 license-file: LICENSE category: GHC, Debug, Development
src/GHC/Vis/View/List.hs view
@@ -21,7 +21,12 @@ updateObjects ) where-import Graphics.UI.Gtk hiding (Box, Signal, Rectangle, draw)+import Graphics.UI.Gtk (PangoRectangle(..), layoutGetExtents, showLayout,+ PangoLayout(..), WidgetClass(..), widgetGetAllocation, widgetGetDrawWindow,+ renderWithDrawable, widgetQueueDraw, ascent, layoutSetFontDescription,+ FontMetrics(..), layoutCopy, layoutSetText, layoutGetContext,+ fontDescriptionFromString, fontDescriptionSetSize, contextGetLanguage,+ contextGetMetrics, createLayout) import qualified Graphics.UI.Gtk as Gtk import Graphics.Rendering.Cairo hiding (width, height, x, y)