hfractal-0.1.0: hfractal.cabal
name: hfractal
version: 0.1.0
cabal-version: >= 1.2
synopsis: OpenGL fractal renderer
category: Graphics
license: BSD3
author: Chris Holdsworth
maintainer: chrisholdsworth@gmail.com
build-type: Simple
extra-source-files: README
Executable hfractal
main-is: Hfractal.hs
build-depends: base >=4 && <= 4.1, array, data-accessor, data-accessor-template, gd, OpenGL, GLUT
other-Modules: FracComp, FracState, FracImg, Bindings
ghc-options: -O2