cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: sdl2-image version: 2.1.0.0 synopsis: Haskell bindings to SDL2_image category: Graphics, Foreign, Image bug-reports: https://gitlab.homotopic.tech/haskell/sdl2-image/issues author: Cai Lei, Siniša Biđin, Daniel Firth maintainer: Siniša Biđin , Daniel Firth copyright: 2014 Cal Lei, 2015 Siniša Biđin, 2021 Daniel Firth license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://gitlab.homotopic.tech/haskell/sdl2-image library exposed-modules: SDL.Image SDL.Raw.Helper SDL.Raw.Image other-modules: Paths_sdl2_image hs-source-dirs: src ghc-options: -Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-missing-import-lists -Wno-safe -Wno-unsafe extra-libraries: SDL2_image pkgconfig-depends: sdl2 >= 2.0.3 , SDL2_image >= 1.0.1 build-depends: base >=4.9 && <5 , bytestring >=0.10.4.0 , sdl2 >=2.0.0 , template-haskell >=2.10 , text >=1.1.0.0 default-language: Haskell2010 autogen-modules: Paths_sdl2_image executable sdl2-image-example main-is: Main.hs other-modules: Paths_sdl2_image hs-source-dirs: example ghc-options: -Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-missing-import-lists -Wno-safe -Wno-unsafe -threaded -rtsopts -with-rtsopts=-N extra-libraries: SDL2_image pkgconfig-depends: sdl2 >= 2.0.3 , SDL2_image >= 1.0.1 build-depends: base >=4.9 && <5 , sdl2 >=2.0.0 , sdl2-image , text >=1.1.0.0 default-language: Haskell2010