diagrams-lib 1.2.0.7 → 1.2.0.8
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~lensdep ~vector-spacePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: lens, vector-space
API changes (from Hackage documentation)
- Diagrams.Segment: oeEnvelope :: Lens' (OffsetEnvelope v_aEB7) (Envelope v_aEB7)
+ Diagrams.Segment: oeEnvelope :: Lens' (OffsetEnvelope v_aUpn) (Envelope v_aUpn)
- Diagrams.Segment: oeOffset :: Lens' (OffsetEnvelope v_aEB7) (TotalOffset v_aEB7)
+ Diagrams.Segment: oeOffset :: Lens' (OffsetEnvelope v_aUpn) (TotalOffset v_aUpn)
- Diagrams.TwoD.Transform.ScaleInv: scaleInvDir :: Lens' (ScaleInv t_azmj) R2
+ Diagrams.TwoD.Transform.ScaleInv: scaleInvDir :: Lens' (ScaleInv t_aLFI) R2
- Diagrams.TwoD.Transform.ScaleInv: scaleInvLoc :: Lens' (ScaleInv t_azmj) P2
+ Diagrams.TwoD.Transform.ScaleInv: scaleInvLoc :: Lens' (ScaleInv t_aLFI) P2
- Diagrams.TwoD.Transform.ScaleInv: scaleInvObj :: Lens (ScaleInv t_azmj) (ScaleInv t_azob) t_azmj t_azob
+ Diagrams.TwoD.Transform.ScaleInv: scaleInvObj :: Lens (ScaleInv t_aLFI) (ScaleInv t_aLHA) t_aLFI t_aLHA
Files
- CHANGES.markdown +6/−0
- diagrams-lib.cabal +3/−3
CHANGES.markdown view
@@ -1,3 +1,9 @@+1.2.0.8 (13 Jan 2015)+---------------------++- Allow `vector-space-0.9`+- Allow `lens-4.7`+ 1.2.0.7 (07 Dec 2014) ---------------------
diagrams-lib.cabal view
@@ -1,5 +1,5 @@ Name: diagrams-lib-Version: 1.2.0.7+Version: 1.2.0.8 Synopsis: Embedded domain-specific language for declarative graphics Description: Diagrams is a flexible, extensible EDSL for creating graphics of many types. Graphics can be created@@ -98,14 +98,14 @@ dual-tree >= 0.2 && < 0.3, diagrams-core >= 1.2 && < 1.3, active >= 0.1 && < 0.2,- vector-space >= 0.7.7 && < 0.9,+ vector-space >= 0.7.7 && < 0.10, vector-space-points >= 0.1.2 && < 0.3, MemoTrie >= 0.6 && < 0.7, colour >= 2.3.2 && < 2.4, data-default-class < 0.1, fingertree >= 0.1 && < 0.2, intervals >= 0.7 && < 0.8,- lens >= 4.0 && < 4.7,+ lens >= 4.0 && < 4.8, tagged >= 0.7, optparse-applicative >= 0.11 && < 0.12, filepath,