mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
more stuff for .cabal file. Add example of include path to use on OpenBSD
This commit is contained in:
parent
b2c14305a2
commit
81faf6fa01
27
thunk.cabal
27
thunk.cabal
@ -1,12 +1,17 @@
|
||||
Name: thunk
|
||||
Version: 0.0
|
||||
Description: A lightweight X11 window manager.
|
||||
Author: Spencer Janssen
|
||||
Maintainer: sjanssen@cse.unl.edu
|
||||
Build-Depends: base >= 2.0, X11, unix, mtl
|
||||
name: thunk
|
||||
version: 0.0
|
||||
description: A lightweight X11 window manager.
|
||||
synopsis: A lightweight X11 window manager.
|
||||
category: System
|
||||
author: Spencer Janssen
|
||||
maintainer: sjanssen@cse.unl.edu
|
||||
build-depends: base >= 2.0, X11, unix, mtl
|
||||
|
||||
Executable: thunk
|
||||
Main-Is: thunk.hs
|
||||
Extensions: ForeignFunctionInterface
|
||||
Other-Modules: Thunk.XlibExtras
|
||||
Include-Dirs: include
|
||||
executable: thunk
|
||||
main-is: thunk.hs
|
||||
extensions: ForeignFunctionInterface
|
||||
other-modules: Thunk.XlibExtras
|
||||
ghc-options: -O
|
||||
include-dirs: include
|
||||
-- OpenBSD:
|
||||
-- include-dirs: include /usr/X11R6/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user