packages feed

reflex-gloss-0.1: reflex-gloss.cabal

name:                reflex-gloss
version:             0.1
synopsis:            An reflex interface for gloss.
description:         This package exports a simple wrapper, in terms of
                     Graphics.Gloss.Interface.IO.Game, that allows full
                     control of the picture generated by Gloss as a
                     Behavior, as well as providing access to
                     Gloss' clock and input-handling functionality as
                     Events.

homepage:            https://github.com/reflex-frp/reflex-gloss
bug-reports:         https://github.com/reflex-frp/reflex-gloss/issues
license:             BSD3
license-file:        LICENSE

author:              Jeffrey Rosenbluth
maintainer:          jeffrey.rosenbluth@gmail.com
copyright:           2015 Jeffrey Rosenbluth
category:            Graphics
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Reflex.Gloss
  build-depends:       base >=4.6 && <4.9,
                       gloss >= 1.9.2.1 && < 1.10,
                       reflex >=0.2 && <0.4,
                       dependent-sum >= 0.2.1 && < 0.3,
                       transformers >= 0.4.2 && < 0.5
  hs-source-dirs:      src
  default-language:    Haskell2010