summaryrefslogtreecommitdiff
path: root/hs-rgfw.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hs-rgfw.cabal')
-rw-r--r--hs-rgfw.cabal25
1 files changed, 25 insertions, 0 deletions
diff --git a/hs-rgfw.cabal b/hs-rgfw.cabal
new file mode 100644
index 0000000..2e0b380
--- /dev/null
+++ b/hs-rgfw.cabal
@@ -0,0 +1,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