packages feed

diagrams-contrib 1.1.2.3 → 1.1.2.4

raw patch · 2 files changed

+7/−2 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_aE4x) Double
+ Diagrams.TwoD.Layout.Tree: slHSep :: Lens' (SymmLayoutOpts a_aEbT) Double
- Diagrams.TwoD.Layout.Tree: slHeight :: Lens' (SymmLayoutOpts a_aE4x) (a_aE4x -> (Double, Double))
+ Diagrams.TwoD.Layout.Tree: slHeight :: Lens' (SymmLayoutOpts a_aEbT) (a_aEbT -> (Double, Double))
- Diagrams.TwoD.Layout.Tree: slVSep :: Lens' (SymmLayoutOpts a_aE4x) Double
+ Diagrams.TwoD.Layout.Tree: slVSep :: Lens' (SymmLayoutOpts a_aEbT) Double
- Diagrams.TwoD.Layout.Tree: slWidth :: Lens' (SymmLayoutOpts a_aE4x) (a_aE4x -> (Double, Double))
+ Diagrams.TwoD.Layout.Tree: slWidth :: Lens' (SymmLayoutOpts a_aEbT) (a_aEbT -> (Double, Double))
- Diagrams.TwoD.Path.Metafont.Types: d1 :: Lens' (PathJoin d_a9VM j_a9VN) d_a9VM
+ Diagrams.TwoD.Path.Metafont.Types: d1 :: Lens' (PathJoin d_a9XZ j_a9Y0) d_a9XZ
- Diagrams.TwoD.Path.Metafont.Types: d2 :: Lens' (PathJoin d_a9VM j_a9VN) d_a9VM
+ Diagrams.TwoD.Path.Metafont.Types: d2 :: Lens' (PathJoin d_a9XZ j_a9Y0) d_a9XZ
- Diagrams.TwoD.Path.Metafont.Types: j :: Lens (PathJoin d_a9VM j_a9VN) (PathJoin d_a9VM j_acc2) j_a9VN j_acc2
+ 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: loop :: Lens' (MFPath d_ack0 j_ack1) Bool
+ Diagrams.TwoD.Path.Metafont.Types: loop :: Lens' (MFPath d_acmo j_acmp) Bool
- Diagrams.TwoD.Path.Metafont.Types: pj :: Lens (MetafontSegment d_ack2 j_ack3) (MetafontSegment d_acBl j_acBm) (PathJoin d_ack2 j_ack3) (PathJoin d_acBl j_acBm)
+ 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: segs :: Lens (MFPath d_ack0 j_ack1) (MFPath d_acDr j_acDs) [MetafontSegment d_ack0 j_ack1] [MetafontSegment d_acDr j_acDs]
+ 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: x1 :: Lens' (MetafontSegment d_ack2 j_ack3) P2
+ Diagrams.TwoD.Path.Metafont.Types: x1 :: Lens' (MetafontSegment d_acmq j_acmr) P2
- Diagrams.TwoD.Path.Metafont.Types: x2 :: Lens' (MetafontSegment d_ack2 j_ack3) P2
+ Diagrams.TwoD.Path.Metafont.Types: x2 :: Lens' (MetafontSegment d_acmq j_acmr) P2

Files

CHANGES.markdown view
@@ -1,3 +1,8 @@+1.1.2.4 (04 Dec 2014)+---------------------++- Allow `semigroups-0.16`+ 1.1.2.3 (17 November 2014) -------------------------- 
diagrams-contrib.cabal view
@@ -1,5 +1,5 @@ name:                diagrams-contrib-version:             1.1.2.3+version:             1.1.2.4 synopsis:            Collection of user contributions to diagrams EDSL description:         A collection of user contributions for diagrams,                      an embedded domain-specific language for generation@@ -62,7 +62,7 @@                        parsec >= 3.1 && < 3.2,                        text >= 0.11 && < 1.3,                        data-default-class < 0.1,-                       semigroups >= 0.3.4 && < 0.16+                       semigroups >= 0.3.4 && < 0.17  hs-source-dirs:      src  default-language:    Haskell2010