summaryrefslogtreecommitdiffstats
path: root/phi.cabal
blob: e82b01e96278e1f11ec5adf608aba9f4939db438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
cabal-version:       >= 1.2
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
  hs-source-dirs:    src

executable Phi
  build-depends:       base >= 4
  hs-source-dirs:      src
  main-is:             Phi.hs