From fa7e002c63b11a88e35ef4160b4bc9b6e3bdb34e Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Tue, 19 Jun 2007 12:51:50 +0200 Subject: added cabal support darcs-hash:20070619105150-d6583-4351c7ea0a1eb1aa45f752f69a9e50d89af64ac3.gz --- xmobar.cabal | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 xmobar.cabal (limited to 'xmobar.cabal') diff --git a/xmobar.cabal b/xmobar.cabal new file mode 100644 index 0000000..5ad58ba --- /dev/null +++ b/xmobar.cabal @@ -0,0 +1,16 @@ +name: xmobar +version: 0.1 +homepage: http://gorgias.mine.nu/repos/xmobar/ +synopsis: A Statusbar for the XMonad Window Manager +description: A Statusbar for the XMonad Window Manager +category: System +license: BSD3 +license-file: LICENSE +author: Andrea Rossato +maintainer: andrea.rossato@unibz.it +build-depends: base>=2.0, X11>=1.2.1, mtl>=1.0, unix>=1.0, parsec>=2.0 + +executable: xmobar +main-is: xmobar.hs +ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s +ghc-prof-options: -prof -auto-all -- cgit v1.2.3