This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
phi/phi.cabal

26 lines
861 B
Text
Raw Normal View History

cabal-version: >= 1.8
name: phi
version: 0.1
synopsis: An X panel
description: An X panel
category: X11
license: BSD3
license-file: LICENSE
author: Matthias Schiffer
maintainer: mschiffer@universe-factory.net
build-type: Simple
library
2011-07-14 20:21:30 +02:00
build-depends: base >= 4, template-haskell, mtl, time, old-locale, X11, cairo, pango
exposed-modules: Phi.Types, Phi.Phi, Phi.Panel, Phi.Widget, Phi.Border, Phi.X11,
2011-07-14 22:50:03 +02:00
Phi.Widgets.Clock, Phi.Widgets.Taskbar
2011-07-13 02:13:01 +02:00
other-modules: Phi.X11.Atoms, Phi.X11.AtomList, Phi.Bindings.Util
hs-source-dirs: lib
executable Phi
build-depends: base >= 4, phi
hs-source-dirs: src
main-is: Phi.hs
2011-07-13 02:13:01 +02:00
extra-libraries: X11
pkgconfig-depends: cairo >= 1.2.0, cairo-xlib