packages feed

yampa-glfw-0.1.0.0: yampa-glfw.cabal

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

name:                yampa-glfw
version:             0.1.0.0
synopsis:            Connects GLFW-b (GLFW 3+) with the Yampa FRP library
-- description:

license:             GPL-3
license-file:        COPYING
author:              Kosyrev Serge
maintainer:          _deepfire@feelingofgreen.ru
homepage:            https://github.com/deepfire/yampa-glfw
copyright:           (c) 2014 by Kosyrev Serge, based on yampa-glut (c) 2012 by Nikolay Orlyuk

category:            Graphics
stability:           experimental

build-type:          Simple
cabal-version:       >=1.10

Source-Repository head
  type:                 git
  location:             https://github.com/deepfire/yampa-glfw.git

library
  exposed-modules:     FRP.Yampa.GLFW.UI, FRP.Yampa.GLFW.Adapter
  other-modules:       FRP.Yampa.GLFW.InternalUI
  other-extensions:    BangPatterns, FlexibleInstances, MultiParamTypeClasses
  build-depends:       base >=4.6 && <4.7, Yampa >=0.9 && <0.10, newtype >=0.2 && <0.3, GLFW-b ==0.1.0.5, OpenGL
  default-language:    Haskell2010
  ghc-options:         -Wall -fno-warn-orphans

executable yampa-glfw-example
  main-is:             example.hs
  other-extensions:    BangPatterns, FlexibleInstances, MultiParamTypeClasses
  build-depends:       base >=4.6 && <4.7, Yampa >=0.9 && <0.10, newtype >=0.2 && <0.3, GLFW-b ==0.1.0.5, OpenGL, vector-space, yampa-glfw
  default-language:    Haskell2010