packages feed

hfractal 0.1.0 → 0.1.0.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep −data-accessordep −data-accessor-templatedep ~OpenGLdep ~base

Dependencies removed: data-accessor, data-accessor-template

Dependency ranges changed: OpenGL, base

Files

hfractal.cabal view
@@ -1,16 +1,16 @@ name:                hfractal-version:             0.1.0+version:             0.1.0.1 cabal-version:		 >= 1.2 synopsis:            OpenGL fractal renderer category:            Graphics license:             BSD3-author:              Chris Holdsworth-maintainer:          chrisholdsworth@gmail.com+author:              Chris Holdsworth <chrisholdsworth@gmail.com>+maintainer:          Chris Holdsworth <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+    build-depends:      base >=3 && <5, array, gd, OpenGL >= 2.3 && < 2.4, GLUT     other-Modules:      FracComp, FracState, FracImg, Bindings     ghc-options:        -O2