name: spice version: 0.1.0.2 synopsis: An FRP-based game engine written in Haskell. description: An FRP-based game engine written in Haskell. - See the homepage for more information. homepage: http://github.com/crockeo/spice license: MIT license-file: LICENSE author: Cerek Hillen maintainer: Cerek Hillen copyright: (c) 2014, Cerek Hillen category: FRP build-type: Simple cabal-version: >=1.10 library exposed-modules: FRP.Spice FRP.Spice.Config FRP.Spice.Engine FRP.Spice.Engine.Driver FRP.Spice.Engine.Network FRP.Spice.Engine.RunInput FRP.Spice.Game FRP.Spice.Input FRP.Spice.Input.Keyboard FRP.Spice.Input.Mouse FRP.Spice.Input.MousePosition FRP.Spice.Math.Vector hs-source-dirs: src/ build-depends: base == 4.7.* , elerea == 2.7.* , GLFW == 0.5.* , containers == 0.5.* , data-default == 0.5.* , OpenGL default-language: Haskell2010