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-gfx version: 0.3.0.0 synopsis: Haskell bindings to SDL2_gfx category: Graphics, Foreign bug-reports: https://gitlab.homotopic.tech/haskell/sdl2-gfx/issues author: Siniša Biđin, Daniel Firth maintainer: Siniša Biđin , Daniel Firth copyright: 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-gfx library exposed-modules: SDL.Framerate SDL.ImageFilter SDL.Primitive SDL.Raw.Framerate SDL.Raw.Helper SDL.Raw.ImageFilter SDL.Raw.Primitive SDL.Raw.Rotozoom SDL.Rotozoom other-modules: Paths_sdl2_gfx 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_gfx pkgconfig-depends: sdl2 >= 2.0.3 , SDL2_gfx >= 1.0.1 build-depends: base >=4.9 && <5 , lifted-base >=0.2 , monad-control >=1.0 , sdl2 >=2.0.0 , template-haskell >=2.10 , vector >=0.10 default-language: Haskell2010 autogen-modules: Paths_sdl2_gfx executable sdl2-gfx-example main-is: Main.hs other-modules: Paths_sdl2_gfx 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_gfx pkgconfig-depends: sdl2 >= 2.0.3 , SDL2_gfx >= 1.0.1 build-depends: base >=4.9 && <5 , sdl2 >=2.0.0 , sdl2-gfx , vector >=0.10 default-language: Haskell2010