packages feed

diagrams-contrib 1.1.2.4 → 1.1.2.5

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.TwoD.Layout.Tree: slHSep :: Lens' (SymmLayoutOpts a_aEbT) Double
+ Diagrams.TwoD.Layout.Tree: slHSep :: Lens' (SymmLayoutOpts a_aUT3) Double
- Diagrams.TwoD.Layout.Tree: slHeight :: Lens' (SymmLayoutOpts a_aEbT) (a_aEbT -> (Double, Double))
+ Diagrams.TwoD.Layout.Tree: slHeight :: Lens' (SymmLayoutOpts a_aUT3) (a_aUT3 -> (Double, Double))
- Diagrams.TwoD.Layout.Tree: slVSep :: Lens' (SymmLayoutOpts a_aEbT) Double
+ Diagrams.TwoD.Layout.Tree: slVSep :: Lens' (SymmLayoutOpts a_aUT3) Double
- Diagrams.TwoD.Layout.Tree: slWidth :: Lens' (SymmLayoutOpts a_aEbT) (a_aEbT -> (Double, Double))
+ Diagrams.TwoD.Layout.Tree: slWidth :: Lens' (SymmLayoutOpts a_aUT3) (a_aUT3 -> (Double, Double))
- Diagrams.TwoD.Path.Metafont.Types: d1 :: Lens' (PathJoin d_a9XZ j_a9Y0) d_a9XZ
+ Diagrams.TwoD.Path.Metafont.Types: d1 :: Lens' (PathJoin d_a9QP j_a9QQ) d_a9QP
- Diagrams.TwoD.Path.Metafont.Types: d2 :: Lens' (PathJoin d_a9XZ j_a9Y0) d_a9XZ
+ Diagrams.TwoD.Path.Metafont.Types: d2 :: Lens' (PathJoin d_a9QP j_a9QQ) d_a9QP
- Diagrams.TwoD.Path.Metafont.Types: j :: Lens (PathJoin d_a9XZ j_a9Y0) (PathJoin d_a9XZ j_aceq) j_a9Y0 j_aceq
+ Diagrams.TwoD.Path.Metafont.Types: j :: Lens (PathJoin d_a9QP j_a9QQ) (PathJoin d_a9QP j_acwr) j_a9QQ j_acwr
- Diagrams.TwoD.Path.Metafont.Types: loop :: Lens' (MFPath d_acmo j_acmp) Bool
+ Diagrams.TwoD.Path.Metafont.Types: loop :: Lens' (MFPath d_acEg j_acEh) Bool
- Diagrams.TwoD.Path.Metafont.Types: pj :: Lens (MetafontSegment d_acmq j_acmr) (MetafontSegment d_acDJ j_acDK) (PathJoin d_acmq j_acmr) (PathJoin d_acDJ j_acDK)
+ Diagrams.TwoD.Path.Metafont.Types: pj :: Lens (MetafontSegment d_acEi j_acEj) (MetafontSegment d_acVB j_acVC) (PathJoin d_acEi j_acEj) (PathJoin d_acVB j_acVC)
- Diagrams.TwoD.Path.Metafont.Types: segs :: Lens (MFPath d_acmo j_acmp) (MFPath d_acFP j_acFQ) [MetafontSegment d_acmo j_acmp] [MetafontSegment d_acFP j_acFQ]
+ Diagrams.TwoD.Path.Metafont.Types: segs :: Lens (MFPath d_acEg j_acEh) (MFPath d_acXH j_acXI) [MetafontSegment d_acEg j_acEh] [MetafontSegment d_acXH j_acXI]
- Diagrams.TwoD.Path.Metafont.Types: x1 :: Lens' (MetafontSegment d_acmq j_acmr) P2
+ Diagrams.TwoD.Path.Metafont.Types: x1 :: Lens' (MetafontSegment d_acEi j_acEj) P2
- Diagrams.TwoD.Path.Metafont.Types: x2 :: Lens' (MetafontSegment d_acmq j_acmr) P2
+ Diagrams.TwoD.Path.Metafont.Types: x2 :: Lens' (MetafontSegment d_acEi j_acEj) P2

Files

CHANGES.markdown view
@@ -1,3 +1,9 @@+1.1.2.5 (13 Jan 2015)+---------------------++- Allow `vector-space-0.9`+- Allow `lens-4.7`+ 1.1.2.4 (04 Dec 2014) --------------------- 
diagrams-contrib.cabal view
@@ -1,5 +1,5 @@ name:                diagrams-contrib-version:             1.1.2.4+version:             1.1.2.5 synopsis:            Collection of user contributions to diagrams EDSL description:         A collection of user contributions for diagrams,                      an embedded domain-specific language for generation@@ -47,14 +47,14 @@                        mtl >= 2.0 && < 2.3,                        containers > 0.4 && < 0.6,                        split >= 0.2.1 && < 0.3,-                       vector-space >= 0.7 && < 0.9,+                       vector-space >= 0.7 && < 0.10,                        vector-space-points >= 0.1 && < 0.3,                        colour >= 2.3.1 && < 2.4,                        split >= 0.2.1 && < 0.3,                        diagrams-core >= 1.2 && < 1.3,                        diagrams-lib >= 1.2 && < 1.3,                        arithmoi >= 0.4 && < 0.5,-                       lens >= 4.0 && < 4.7,+                       lens >= 4.0 && < 4.8,                        force-layout >= 0.3 && < 0.4,                        data-default >= 0.5.2 && < 0.6,                        MonadRandom >= 0.1.8 && < 0.4,