peakachu-0.2: peakachu.cabal
Name: peakachu
Version: 0.2
Category: FRP
Synopsis: Experiemental library for composable interactive programs
Description:
Experiemental library for composable interactive programs.
GLUT backend included.
License: BSD3
License-file: LICENSE
Author: Yair Chuchem
Maintainer: yairchu@gmail.com
Cabal-Version: >= 1.2
Stability: experiemental
Build-type: Simple
Library
hs-Source-Dirs: src
Extensions:
Build-Depends: base >= 3 && < 5, template-haskell,
TypeCompose, derive,
GLUT, time
Exposed-modules: FRP.Peakachu
FRP.Peakachu.Program
FRP.Peakachu.Backend
FRP.Peakachu.Backend.File
FRP.Peakachu.Backend.GLUT
FRP.Peakachu.Backend.GLUT.Getters
FRP.Peakachu.Backend.StdIO
FRP.Peakachu.Backend.Time
Control.Concurrent.MVar.YC
Control.FilterCategory
Data.ADT.Getters
Data.Bijection.YC
Data.Newtype
ghc-options: -O2 -Wall