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
|
name: thunk
|
||||||
Version: 0.0
|
version: 0.0
|
||||||
Description: A lightweight X11 window manager.
|
description: A lightweight X11 window manager.
|
||||||
Author: Spencer Janssen
|
synopsis: A lightweight X11 window manager.
|
||||||
Maintainer: sjanssen@cse.unl.edu
|
category: System
|
||||||
Build-Depends: base >= 2.0, X11, unix, mtl
|
author: Spencer Janssen
|
||||||
|
maintainer: sjanssen@cse.unl.edu
|
||||||
|
build-depends: base >= 2.0, X11, unix, mtl
|
||||||
|
|
||||||
Executable: thunk
|
executable: thunk
|
||||||
Main-Is: thunk.hs
|
main-is: thunk.hs
|
||||||
Extensions: ForeignFunctionInterface
|
extensions: ForeignFunctionInterface
|
||||||
Other-Modules: Thunk.XlibExtras
|
other-modules: Thunk.XlibExtras
|
||||||
Include-Dirs: include
|
ghc-options: -O
|
||||||
|
include-dirs: include
|
||||||
|
-- OpenBSD:
|
||||||
|
-- include-dirs: include /usr/X11R6/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user