diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-07 03:15:04 +0100 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-07 03:15:04 +0100 |
commit | 231cfe27a99cab243141eb0b7801273a1e31687e (patch) | |
tree | 8b6001275c58c5a483152064fcdb29a1743e49db | |
parent | 50b87487a2a859fb1958bca605f66b47ea381c30 (diff) | |
download | metatile-231cfe27a99cab243141eb0b7801273a1e31687e.tar metatile-231cfe27a99cab243141eb0b7801273a1e31687e.zip |
more stuff for .cabal file. Add example of include path to use on OpenBSD
darcs-hash:20070307021504-9c5c1-d0ae507af140a5ad4f5b4cf9ad141ac7a3e9dbf5
-rw-r--r-- | thunk.cabal | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/thunk.cabal b/thunk.cabal index 1b8b4ef..2af8be8 100644 --- a/thunk.cabal +++ b/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 |