use template haskell
This commit is contained in:
25
hs-rgfw.cabal
Normal file
25
hs-rgfw.cabal
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user