packages feed

force-layout-0.3.0.2: force-layout.cabal

name:                force-layout
version:             0.3.0.2
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
                     for usage examples.
license:             BSD3
license-file:        LICENSE
author:              Brent Yorgey
maintainer:          byorgey@cis.upenn.edu
copyright:           (c) 2011 Brent Yorgey
category:            Graphics
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  CHANGES
source-repository head
  type:     darcs
  location: http://hub.darcs.net/byorgey/force-layout

library
  exposed-modules:     Physics.ForceLayout
  build-depends:       base >= 4.2 && < 4.8,
                       vector-space >=0.7 && <0.9,
                       vector-space-points >= 0.1.1 && < 0.3,
                       lens >= 3 && < 4.1,
                       containers >=0.4 && < 0.6,
                       data-default-class >= 0.0.1 && < 0.1
  hs-source-dirs:      src
  default-language:    Haskell2010