packages feed

diagrams-pgf 1.5 → 1.5.0.1

raw patch · 1 files changed

+2/−3 lines, 1 filesdep −timePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependencies removed: time

API changes (from Hackage documentation)

- Diagrams.Backend.PGF: data () => OnlineTex a
+ Diagrams.Backend.PGF: data OnlineTex a
- Diagrams.Backend.PGF: readable :: Lens' (Options PGF V2 n) Bool
+ Diagrams.Backend.PGF: readable :: forall n f. Functor f => (Bool -> f Bool) -> Options PGF V2 n -> f (Options PGF V2 n)
- Diagrams.Backend.PGF: sizeSpec :: Lens' (Options PGF V2 n) (SizeSpec V2 n)
+ Diagrams.Backend.PGF: sizeSpec :: forall n f. Functor f => (SizeSpec V2 n -> f (SizeSpec V2 n)) -> Options PGF V2 n -> f (Options PGF V2 n)
- Diagrams.Backend.PGF: standalone :: Lens' (Options PGF V2 n) Bool
+ Diagrams.Backend.PGF: standalone :: forall n f. Functor f => (Bool -> f Bool) -> Options PGF V2 n -> f (Options PGF V2 n)
- Diagrams.Backend.PGF: surface :: Lens' (Options PGF V2 n) Surface
+ Diagrams.Backend.PGF: surface :: forall n f. Functor f => (Surface -> f Surface) -> Options PGF V2 n -> f (Options PGF V2 n)
- Diagrams.Backend.PGF.Render: readable :: Lens' (Options PGF V2 n) Bool
+ Diagrams.Backend.PGF.Render: readable :: forall n f. Functor f => (Bool -> f Bool) -> Options PGF V2 n -> f (Options PGF V2 n)
- Diagrams.Backend.PGF.Render: sizeSpec :: Lens' (Options PGF V2 n) (SizeSpec V2 n)
+ Diagrams.Backend.PGF.Render: sizeSpec :: forall n f. Functor f => (SizeSpec V2 n -> f (SizeSpec V2 n)) -> Options PGF V2 n -> f (Options PGF V2 n)
- Diagrams.Backend.PGF.Render: standalone :: Lens' (Options PGF V2 n) Bool
+ Diagrams.Backend.PGF.Render: standalone :: forall n f. Functor f => (Bool -> f Bool) -> Options PGF V2 n -> f (Options PGF V2 n)
- Diagrams.Backend.PGF.Render: surface :: Lens' (Options PGF V2 n) Surface
+ Diagrams.Backend.PGF.Render: surface :: forall n f. Functor f => (Surface -> f Surface) -> Options PGF V2 n -> f (Options PGF V2 n)
- Graphics.Rendering.PGF: style :: forall n_ajoR. Lens' (RenderState n_ajoR) (Style V2 n_ajoR)
+ Graphics.Rendering.PGF: style :: forall n f. Functor f => (Style V2 n -> f (Style V2 n)) -> RenderState n -> f (RenderState n)
- Graphics.Rendering.PGF: type RenderM n m = RWS RenderInfo Builder (RenderState n) m
+ Graphics.Rendering.PGF: type RenderM n m = RWS RenderInfo Builder RenderState n m

Files

diagrams-pgf.cabal view
@@ -1,5 +1,5 @@ name:                diagrams-pgf-version:             1.5+version:             1.5.0.1 synopsis:            PGF backend for diagrams drawing EDSL. license:             BSD3 license-file:        LICENSE@@ -45,11 +45,10 @@     filepath             >= 1.2   && < 1.6,     hashable             >= 1.1   && < 1.6,     mtl                  >= 2.1   && < 3.0,-    optparse-applicative >= 0.13  && < 0.19,+    optparse-applicative >= 0.13  && < 0.20,     process              >= 1.0   && < 1.7,     split                >= 0.1.2 && < 0.3,     texrunner            <= 0.0.2,-    time                 >= 1.2   && < 1.15,     JuicyPixels,     vector,     zlib