From 231cfe27a99cab243141eb0b7801273a1e31687e Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Wed, 7 Mar 2007 03:15:04 +0100 Subject: more stuff for .cabal file. Add example of include path to use on OpenBSD darcs-hash:20070307021504-9c5c1-d0ae507af140a5ad4f5b4cf9ad141ac7a3e9dbf5 --- thunk.cabal | 27 ++++++++++++++++----------- 1 file 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 -- cgit v1.2.3