packages feed

ruff-0.1: ruff.cabal

Name:                ruff
Version:             0.1
Synopsis:            relatively useful fractal functions
Description:
    A library for analysis and exploration of fractals.  This initial
    version provides angled internal addresses, external ray tracing,
    and iterations for images of the Mandelbrot Set.

Homepage:            https://gitorious.org/ruff
License:             BSD3
License-file:        LICENSE
Author:              Claude Heiland-Allen
Maintainer:          claudiusmaximus@goto10.org
Copyright:           (c) 2011 Claude Heiland-Allen
Category:            Math
Build-type:          Simple

Cabal-version:       >=1.2

Library
  Exposed-modules:   Fractal.RUFF.Mandelbrot.Address, Fractal.RUFF.Mandelbrot.Iterate, Fractal.RUFF.Mandelbrot.Image, Fractal.RUFF.Mandelbrot.Ray, Fractal.RUFF.Types.Complex, Fractal.RUFF.Types.Tuple
  Build-depends:     base >= 3 && < 6, array >= 0.3 && < 0.4, mtl >= 2 && < 3, parsec >= 3.1 && < 3.2, wl-pprint-text >= 1 && < 2
  GHC-Options:       -Wall -O2 -funbox-strict-fields
  GHC-Prof-Options:  -prof -auto-all -caf-all