summaryrefslogtreecommitdiff
path: root/hs-rgfw.cabal
blob: 2e0b380bd8c25a635b0871c78fe066d40c301bb9 (plain)
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
cabal-version: 3.0
name: hs-rgfw
version: 0.1.0
homepage: https://git.mtgmonkey.net/andromeda/hs-rgfw
license: GPL-3.0-or-later
license-file: LICENSE
author: andromeda
maintainer:
category: Graphics
build-type: Simple

common warnings
  ghc-options: -Wall

library
  import: warnings
  exposed-modules: RGFW
  build-depends:
    base,
    hs-bindgen,
    hs-bindgen-runtime,

  include-dirs: include
  hs-source-dirs: src
  default-language: Haskell2010