47 lines
836 B
Plaintext
47 lines
836 B
Plaintext
cabal-version: 3.14
|
|
|
|
name: kutu
|
|
version: 0.1.0.0
|
|
homepage: https://syedm.dev/kutu
|
|
license: AGPL-3.0-only
|
|
license-file: LICENSE
|
|
author: Syed Daanish
|
|
maintainer: me@syedm.dev
|
|
-- copyright:
|
|
category: System
|
|
build-type: Simple
|
|
|
|
common warnings
|
|
ghc-options: -Wall
|
|
|
|
executable kutu
|
|
import: warnings
|
|
|
|
main-is: Main.hs
|
|
|
|
other-modules:
|
|
WM.Core
|
|
WM.XKutu
|
|
WM.Mruby
|
|
|
|
build-depends: base, bytestring
|
|
|
|
hs-source-dirs: app
|
|
|
|
default-language: GHC2024
|
|
|
|
c-sources:
|
|
app/c/x_kutu.c
|
|
|
|
include-dirs:
|
|
app/c
|
|
libs/mruby/build/host/include
|
|
|
|
extra-lib-dirs:
|
|
libs/mruby/build/host/lib
|
|
|
|
extra-libraries:
|
|
xcb
|
|
xcb-icccm
|
|
mruby
|