-- Initial gloss-sodium.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: gloss-sodium version: 0.1.0.0 synopsis: A Sodium interface to the Gloss drawing package. 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/Twey/gloss-sodium license: AGPL-3 license-file: LICENSE author: James ‘Twey’ Kay maintainer: twey@twey.co.uk -- copyright: category: Graphics build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Graphics.Gloss.Interface.FRP.Sodium -- other-modules: other-extensions: UnicodeSyntax, Rank2Types build-depends: base >=4.7 && <4.8, gloss >=1.8 && <1.9, sodium >=0.11 && <0.12 -- hs-source-dirs: default-language: Haskell2010