phraskell-0.1.3: phraskell.cabal
-- Initial phraskell.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: phraskell
version: 0.1.3
synopsis: A fractal viewer.
description: A fractal viewer with some cool features like changing colorscheme, screenshot, buddhabrot, and so on.
homepage: https://github.com/skypers/phraskell
license: GPL-3
license-file: LICENSE
author: Dimitri Sabadie
maintainer: dimitri.sabadie@gmail.com
-- copyright:
category: Graphics
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/skypers/phraskell.git
source-repository this
type: git
location: git://github.com/skypers/phraskell.git
tag: 0.1.3
executable phraskell
main-is: Phraskell.hs
--other-modules:
build-depends: base ==4.6.*, SDL ==0.6.*, mtl ==2.1.*, transformers ==0.3.*
hs-source-dirs: src
ghc-options: -O2 -funbox-strict-fields
ghc-prof-options: -O2 -Wall -funbox-strict-fields -prof -auto-all -caf-all -rtsopts