-- Initial sdl2-compositor.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: sdl2-compositor version: 1.0.1 synopsis: image compositing with sdl2 - declarative style description: This package provides tools for simple image composition through the means of the SDL library, version 2. You can combine, translate, rotate, blend, modulate colors and draw in a declarative way. license: GPL-3 license-file: LICENSE author: Sebastian Jordan maintainer: sebastian.jordan.mail@googlemail.com copyright: (c) 2015 Sebastian Jordan category: Graphics build-type: Simple extra-source-files: example.hs cabal-version: >=1.10 library exposed-modules: SDL.Compositor, SDL.Compositor.Manipulator, SDL.Compositor.Blender, SDL.Compositor.Drawer -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.9, sdl2 == 2.*, transformers == 0.4.*, linear == 1.19.* -- hs-source-dirs: default-language: Haskell2010 source-repository head type: darcs location: http://hub.darcs.net/seppeljordan/sdl2-compositor