Initial commit
This commit is contained in:
+46
@@ -0,0 +1,46 @@
|
||||
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, extra, bytestring, file-embed, text
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user