diagrams-pgf 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~optparse-applicativePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: optparse-applicative
API changes (from Hackage documentation)
- Graphics.Rendering.PGF: style :: forall n_alPF. Lens' (RenderState n_alPF) (Style V2 n_alPF)
+ Graphics.Rendering.PGF: style :: forall n_aqzo. Lens' (RenderState n_aqzo) (Style V2 n_aqzo)
Files
diagrams-pgf.cabal view
@@ -1,5 +1,5 @@ name: diagrams-pgf-version: 0.1.0.4+version: 0.1.0.5 synopsis: PGF backend for diagrams drawing EDSL. license: BSD3 license-file: LICENSE@@ -43,7 +43,7 @@ filepath >= 1.2 && < 1.5, hashable >= 1.1 && < 1.3, mtl >= 2.1 && < 3.0,- optparse-applicative >= 0.11 && < 0.13,+ optparse-applicative >= 0.13 && < 0.14, process >= 1.0 && < 1.5, split >= 0.1.2 && < 0.3, texrunner <= 0.0.2,
src/Diagrams/Backend/PGF/CmdLine.hs view
@@ -40,7 +40,7 @@ import Diagrams.Backend.CmdLine import Diagrams.Prelude hiding (height, interval, output,- width, (<>))+ width) import Diagrams.Backend.PGF import Diagrams.Backend.PGF.Surface