name: force-layout version: 0.4.0.0 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 bug-reports: https://github.com/diagrams/force-layout/issues copyright: (c) 2011 Brent Yorgey category: Physics build-type: Simple cabal-version: >=1.10 extra-source-files: CHANGELOG.md tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1 source-repository head type: git location: git://github.com/diagrams/force-layout.git library exposed-modules: Physics.ForceLayout build-depends: base >= 4.2 && < 4.9, linear >= 1.10 && < 1.19, lens >= 3.0 && < 4.10, containers >=0.4 && < 0.6, data-default-class >= 0.0.1 && < 0.1 hs-source-dirs: src default-language: Haskell2010