force-layout 0.3.0.5 → 0.3.0.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~lensnew-uploaderPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: lens
API changes (from Hackage documentation)
- Physics.ForceLayout: damping :: Lens' (ForceLayoutOpts v_acph) (Scalar v_acph)
+ Physics.ForceLayout: damping :: Lens' (ForceLayoutOpts v_a7z9) (Scalar v_a7z9)
- Physics.ForceLayout: energyLimit :: Lens' (ForceLayoutOpts v_acph) (Maybe (Scalar v_acph))
+ Physics.ForceLayout: energyLimit :: Lens' (ForceLayoutOpts v_a7z9) (Maybe (Scalar v_a7z9))
- Physics.ForceLayout: force :: Lens' (Particle v_a9Ir) v_a9Ir
+ Physics.ForceLayout: force :: Lens' (Particle v_a6qO) v_a6qO
- Physics.ForceLayout: forces :: Lens' (Ensemble v_acdh) [([Edge], Point v_acdh -> Point v_acdh -> v_acdh)]
+ Physics.ForceLayout: forces :: Lens' (Ensemble v_a7vB) [([Edge], Point v_a7vB -> Point v_a7vB -> v_a7vB)]
- Physics.ForceLayout: particles :: Lens' (Ensemble v_acdh) (Map PID (Particle v_acdh))
+ Physics.ForceLayout: particles :: Lens' (Ensemble v_a7vB) (Map PID (Particle v_a7vB))
- Physics.ForceLayout: pos :: Lens' (Particle v_a9Ir) (Point v_a9Ir)
+ Physics.ForceLayout: pos :: Lens' (Particle v_a6qO) (Point v_a6qO)
- Physics.ForceLayout: stepLimit :: Lens' (ForceLayoutOpts v_acph) (Maybe Int)
+ Physics.ForceLayout: stepLimit :: Lens' (ForceLayoutOpts v_a7z9) (Maybe Int)
- Physics.ForceLayout: vel :: Lens' (Particle v_a9Ir) v_a9Ir
+ Physics.ForceLayout: vel :: Lens' (Particle v_a6qO) v_a6qO
Files
- CHANGES +4/−0
- force-layout.cabal +2/−2
CHANGES view
@@ -1,3 +1,7 @@+* 0.3.0.6 (20 August 2014)++ - Allow lens-4.3+ * 0.3.0.5 (12 June 2014) - Add extension to allow building with GHC HEAD (7.9) (thanks to
force-layout.cabal view
@@ -1,5 +1,5 @@ name: force-layout-version: 0.3.0.5+version: 0.3.0.6 synopsis: Simple force-directed layout description: Simulation engine for doing simple force-based layout, /e.g./ for trees or graphs. See the diagrams-contrib package@@ -23,7 +23,7 @@ build-depends: base >= 4.2 && < 4.8, vector-space >=0.7 && <0.9, vector-space-points >= 0.1.1 && < 0.3,- lens >= 3 && < 4.3,+ lens >= 3 && < 4.4, containers >=0.4 && < 0.6, data-default-class >= 0.0.1 && < 0.1 hs-source-dirs: src