oscpacking-0.1.0.0: oscpacking.cabal
-- Initial oscpacking.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: oscpacking
version: 0.1.0.0
synopsis: Implements an osculatory packing (kissing circles) algorithm and display.
-- description:
license: GPL-3
license-file: LICENSE
author: Christopher Howard
maintainer: ch.howard@zoho.com
-- copyright:
category: Graphics
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Geometry, Interpret, Examples, Packing, Paint, Boundary
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7, gloss >=1.7 && <1.8, colour >=2.3 && <2.4, random >=1.0 && <1.1
-- hs-source-dirs:
default-language: Haskell2010