packages feed

force-layout 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+10/−2 lines, 2 filesdep ~fclabelsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: fclabels

API changes (from Hackage documentation)

Files

+ CHANGES view
@@ -0,0 +1,7 @@+* 0.1.0.1: 21 December 2011++  - Bump fclabels upper bound to allow 1.1.0++* 0.1.0.0: 20 December 2011++  - Initial release
force-layout.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                force-layout-version:             0.1.0.0+version:             0.1.0.1 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@@ -15,6 +15,7 @@ category:            Graphics build-type:          Simple cabal-version:       >=1.8+extra-source-files:  CHANGES source-repository head   type:     darcs   location: http://patch-tag.com/r/byorgey/force-layout@@ -25,6 +26,6 @@                        newtype ==0.2.*,                        vector-space >=0.7 && <0.9,                        vector-space-points >= 0.1.1 && < 0.2,-                       fclabels >= 1.0 && < 1.1,+                       fclabels >= 1.0 && < 1.2,                        containers ==0.4.*   hs-source-dirs:      src