name: sdl2-image version: 2.0.0 x-revision: 1 synopsis: Bindings to SDL2_image. description: Haskell bindings to SDL2_image. license: MIT license-file: LICENSE author: Cai Lei , Siniša Biđin maintainer: Siniša Biđin copyright: Copyright © 2014 Cai Lei, Copyright © 2015 Siniša Biđin category: Image, Graphics, Foreign build-type: Simple cabal-version: >=1.10 source-repository head type: git location: https://github.com/sbidin/sdl2-image.git library ghc-options: -Wall exposed-modules: SDL.Image, SDL.Raw.Image other-modules: SDL.ExceptionHelper, SDL.Raw.Helper hs-source-dirs: src pkgconfig-depends: sdl2 >= 2.0.3, SDL2_image >= 2.0.0 build-depends: base >= 4.7 && < 5, bytestring >= 0.10.4.0, sdl2 >= 2.0, text >= 1.1.0.0, template-haskell >= 2.10, transformers >= 0.2 default-language: Haskell2010 flag example description: Build the example executable default: True executable sdl2-image-example ghc-options: -Wall hs-source-dirs: example main-is: Example.hs default-language: Haskell2010 if flag(example) build-depends: base >= 4.7 && < 5, sdl2 >= 2.0, sdl2-image, text >= 1.1.0.0 else buildable: False