name: Fractaler author: serprex category: Graphics version: 3 build-type: Simple license: MIT description: Fractal renderer cabal-version: >= 1.4 executable Fractaler build-depends: base<=4.8.1.0, time, random, parallel >= 3, OpenGLRaw, GLFW-b, FTGL ghc-options: -fno-warn-tabs -threaded -rtsopts -with-rtsopts=-N main-is: Fractaler.hs