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
build-depends: base >= 4, mtl, cairo, X11
exposed-modules: Phi.Panel, Phi.X11
hs-source-dirs: lib
executable Phi
build-depends: base >= 4, phi
hs-source-dirs: src
main-is: Phi.hs