Files
hs-rgfw/hs-rgfw.cabal
andromeda f17acc45e0 stash
2026-01-27 09:32:23 +01:00

47 lines
899 B
Plaintext

cabal-version: 3.0
name: hs-rgfw
version: 0.1.0
license: GPL-3.0-only
license-file: LICENSE
author: Andromeda
maintainer: Matrix @andromeda:tchncs.de
build-type: Simple
extra-doc-files: README.md
common warnings
ghc-options: -Wall
library
import: warnings
exposed-modules:
, RGFW.Generated
, RGFW.Generated.FunPtr
, RGFW.Generated.Safe
, RGFW.Generated.Unsafe
build-depends:
, base
, primitive
, c-expr-runtime
, hs-bindgen-runtime
include-dirs: lib/include
hs-source-dirs: lib
default-language: Haskell2010
default-extensions: FlexibleInstances
executable hs-rgfw
import: warnings
main-is: Main.hs
build-depends:
, base
, hs-rgfw
, c-expr-runtime
, hs-bindgen-runtime
pkgconfig-depends:
, gl
, x11
, xcursor
, xrandr
, xi
include-dirs: lib/include
hs-source-dirs: src
default-language: Haskell2010