packages feed

phraskell-0.1.2: phraskell.cabal

-- Initial phraskell.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                phraskell
version:             0.1.2
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.2

executable phraskell
  main-is:             Phraskell.hs
  other-modules:       Application Default Fractal FractalModel GUI Render UI UI.Impl Viewer
  build-depends:       base ==4.6.*, SDL ==0.6.*, mtl ==2.1.*, transformers ==0.3.*
  hs-source-dirs:      src
  ghc-prof-options:    -O2 -Wall -prof -auto-all -caf-all -rtsopts