force-layout-0.1.0.0: force-layout.cabal
-- Initial force-layout.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: force-layout
version: 0.1.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
copyright: (c) 2011 Brent Yorgey
category: Graphics
build-type: Simple
cabal-version: >=1.8
source-repository head
type: darcs
location: http://patch-tag.com/r/byorgey/force-layout
library
exposed-modules: Physics.ForceLayout
build-depends: base >= 4.2 && < 4.6,
newtype ==0.2.*,
vector-space >=0.7 && <0.9,
vector-space-points >= 0.1.1 && < 0.2,
fclabels >= 1.0 && < 1.1,
containers ==0.4.*
hs-source-dirs: src