1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
name: StateVar
version: 1.0.0.0
license: BSD3
license-file: LICENSE
maintainer: Sven Panne <sven.panne@aedion.de>
bug-reports: mailto:hopengl@haskell.org
homepage: http://www.haskell.org/HOpenGL/
category: Data
synopsis: State variables
description:
This package contains state variables, which are references in the IO monad,
like IORefs or parts of the OpenGL state.
build-type: Simple
exposed-modules: Data.StateVar
hs-Source-Dirs: src
ghc-options: -Wall
build-depends: base >= 3 && < 5
|