summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-12 02:56:30 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-12 02:56:30 +0200
commitade33320e5ea201a847bb9ee5522ee58b1cd8cb6 (patch)
treee688d8aa88bec3a667becd408d9e4733f3d8d1a7 /phi.cabal
downloadphi-ade33320e5ea201a847bb9ee5522ee58b1cd8cb6.tar
phi-ade33320e5ea201a847bb9ee5522ee58b1cd8cb6.zip
Implemented basic panel windows with pseudo-transparency
Diffstat (limited to 'phi.cabal')
-rw-r--r--phi.cabal21
1 files changed, 21 insertions, 0 deletions
diff --git a/phi.cabal b/phi.cabal
new file mode 100644
index 0000000..e82b01e
--- /dev/null
+++ b/phi.cabal
@@ -0,0 +1,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