packages feed

diagrams-contrib 1.1.1.4 → 1.1.1.5

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~semigroupsPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: semigroups

API changes (from Hackage documentation)

- Diagrams.TwoD.Layout.Tree: slHSep :: Lens' (SymmLayoutOpts a_awQW) Double
+ Diagrams.TwoD.Layout.Tree: slHSep :: Lens' (SymmLayoutOpts a_awTT) Double
- Diagrams.TwoD.Layout.Tree: slHeight :: Lens' (SymmLayoutOpts a_awQW) (a_awQW -> (Double, Double))
+ Diagrams.TwoD.Layout.Tree: slHeight :: Lens' (SymmLayoutOpts a_awTT) (a_awTT -> (Double, Double))
- Diagrams.TwoD.Layout.Tree: slVSep :: Lens' (SymmLayoutOpts a_awQW) Double
+ Diagrams.TwoD.Layout.Tree: slVSep :: Lens' (SymmLayoutOpts a_awTT) Double
- Diagrams.TwoD.Layout.Tree: slWidth :: Lens' (SymmLayoutOpts a_awQW) (a_awQW -> (Double, Double))
+ Diagrams.TwoD.Layout.Tree: slWidth :: Lens' (SymmLayoutOpts a_awTT) (a_awTT -> (Double, Double))
- Diagrams.TwoD.Path.Metafont.Types: d1 :: Lens' (PathJoin d_a6CJ j_a6CK) d_a6CJ
+ Diagrams.TwoD.Path.Metafont.Types: d1 :: Lens' (PathJoin d_a6FP j_a6FQ) d_a6FP
- Diagrams.TwoD.Path.Metafont.Types: d2 :: Lens' (PathJoin d_a6CJ j_a6CK) d_a6CJ
+ Diagrams.TwoD.Path.Metafont.Types: d2 :: Lens' (PathJoin d_a6FP j_a6FQ) d_a6FP
- Diagrams.TwoD.Path.Metafont.Types: j :: Lens (PathJoin d_a6CJ j_a6CK) (PathJoin d_a6CJ j_a7Li) j_a6CK j_a7Li
+ Diagrams.TwoD.Path.Metafont.Types: j :: Lens (PathJoin d_a6FP j_a6FQ) (PathJoin d_a6FP j_a7Ou) j_a6FQ j_a7Ou
- Diagrams.TwoD.Path.Metafont.Types: loop :: Lens' (MFPath d_a7Q6 j_a7Q7) Bool
+ Diagrams.TwoD.Path.Metafont.Types: loop :: Lens' (MFPath d_a7Ti j_a7Tj) Bool
- Diagrams.TwoD.Path.Metafont.Types: pj :: Lens (MetafontSegment d_a7Q8 j_a7Q9) (MetafontSegment d_a7Tl j_a7Tm) (PathJoin d_a7Q8 j_a7Q9) (PathJoin d_a7Tl j_a7Tm)
+ Diagrams.TwoD.Path.Metafont.Types: pj :: Lens (MetafontSegment d_a7Tk j_a7Tl) (MetafontSegment d_a7Wx j_a7Wy) (PathJoin d_a7Tk j_a7Tl) (PathJoin d_a7Wx j_a7Wy)
- Diagrams.TwoD.Path.Metafont.Types: segs :: Lens (MFPath d_a7Q6 j_a7Q7) (MFPath d_a7Ul j_a7Um) [MetafontSegment d_a7Q6 j_a7Q7] [MetafontSegment d_a7Ul j_a7Um]
+ Diagrams.TwoD.Path.Metafont.Types: segs :: Lens (MFPath d_a7Ti j_a7Tj) (MFPath d_a7Xx j_a7Xy) [MetafontSegment d_a7Ti j_a7Tj] [MetafontSegment d_a7Xx j_a7Xy]
- Diagrams.TwoD.Path.Metafont.Types: x1 :: Lens' (MetafontSegment d_a7Q8 j_a7Q9) P2
+ Diagrams.TwoD.Path.Metafont.Types: x1 :: Lens' (MetafontSegment d_a7Tk j_a7Tl) P2
- Diagrams.TwoD.Path.Metafont.Types: x2 :: Lens' (MetafontSegment d_a7Q8 j_a7Q9) P2
+ Diagrams.TwoD.Path.Metafont.Types: x2 :: Lens' (MetafontSegment d_a7Tk j_a7Tl) P2

Files

CHANGES.markdown view
@@ -1,4 +1,9 @@-1.1.1.4 (11 April 2014)+1.1.1.5 (15 May 2014)+------------------------++    - Allow `semigroups-0.14`++1.1.1.4 (10 April 2014) ----------------------      - Allow `semigroups-0.13`
diagrams-contrib.cabal view
@@ -1,5 +1,5 @@ name:                diagrams-contrib-version:             1.1.1.4+version:             1.1.1.5 synopsis:            Collection of user contributions to diagrams EDSL description:         A collection of user contributions for diagrams,                      an embedded domain-specific language for generation@@ -61,7 +61,7 @@                        parsec >= 3.1 && < 3.2,                        text >= 0.11 && < 1.2,                        data-default-class < 0.1,-                       semigroups >= 0.3.4 && < 0.14+                       semigroups >= 0.3.4 && < 0.15   hs-source-dirs:      src   default-language:    Haskell2010