Chart-diagrams 1.8.1 → 1.8.2
raw patch · 2 files changed
+4/−3 lines, 2 filesdep ~Chartdep ~blaze-markupPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Chart, blaze-markup
API changes (from Hackage documentation)
+ Graphics.Rendering.Chart.Backend.Diagrams: runBackendWithGlyphs :: (Backend b V2 (N b), Renderable (Path V2 (N b)) b, Renderable (Text (N b)) b, TypeableFloat (N b), Metric (V b)) => DEnv (N b) -> BackendProgram a -> (QDiagram b V2 (N b) Any, a, Map (String, FontSlant, FontWeight) (Set String))
Files
Chart-diagrams.cabal view
@@ -1,5 +1,5 @@ Name: Chart-diagrams-Version: 1.8.1+Version: 1.8.2 License: BSD3 License-file: LICENSE Copyright: Jan Bracker, 2006-2014@@ -34,14 +34,14 @@ , diagrams-postscript >= 0.7 && < 1.5 , SVGFonts >= 1.4 && < 1.7 , colour >= 2.2.1 && < 2.4- , blaze-markup >= 0.7 && < 0.8+ , blaze-markup >= 0.7 && < 0.9 , svg-builder >= 0.1 && < 0.2 , bytestring >= 0.9 && < 1.0 , operational >= 0.2.2 && < 0.3 , containers >= 0.4 && < 0.6 , data-default-class < 0.2 , lens >= 3.9 && < 4.16- , Chart >= 1.8.1 && < 1.9+ , Chart >= 1.8.2 && < 1.9 , text other-modules: Paths_Chart_diagrams Exposed-modules:
Graphics/Rendering/Chart/Backend/Diagrams.hs view
@@ -7,6 +7,7 @@ module Graphics.Rendering.Chart.Backend.Diagrams ( runBackend , runBackendR+ , runBackendWithGlyphs , defaultEnv , createEnv , DEnv(..)