37 lines
854 B
Plaintext
37 lines
854 B
Plaintext
cabal-version: 3.0
|
|
name: hs-rgfw
|
|
version: 0.3.0
|
|
homepage: https://git.mtgmonkey.net/Andromeda/hs-rgfw
|
|
license: BSD-3-Clause
|
|
license-file: LICENSE
|
|
author: andromeda
|
|
maintainer: @andromeda:tchncs.de
|
|
category: Development
|
|
build-type: Simple
|
|
common warnings
|
|
ghc-options:
|
|
-Wall
|
|
common pkgconfig
|
|
pkgconfig-depends:
|
|
gl,
|
|
x11,
|
|
xcursor,
|
|
xrandr,
|
|
xi
|
|
common default-language
|
|
default-language: Haskell2010
|
|
library
|
|
import:
|
|
warnings,
|
|
pkgconfig,
|
|
default-language
|
|
exposed-modules:
|
|
Generated
|
|
build-depends:
|
|
base >=4.18,
|
|
bindings-DSL <1000,
|
|
c-expr-runtime <1000,
|
|
hs-bindgen-runtime <1000
|
|
hs-source-dirs: lib
|
|
include-dirs: include/RGFW
|