File: sdl2-image.cabal

package info (click to toggle)
haskell-sdl2-image 2.1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: haskell: 301; makefile: 7
file content (72 lines) | stat: -rw-r--r-- 2,098 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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 <sinisa@bidin.eu>,
                Daniel Firth <dan.firth@homotopic.tech>
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