summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'phi.cabal')
-rw-r--r--phi.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/phi.cabal b/phi.cabal
index 96a5381..ecc7708 100644
--- a/phi.cabal
+++ b/phi.cabal
@@ -11,8 +11,9 @@ maintainer: mschiffer@universe-factory.net
build-type: Simple
library
- build-depends: base >= 4, mtl, cairo, X11
+ build-depends: base >= 4, template-haskell, mtl, cairo, X11
exposed-modules: Phi.Panel, Phi.X11
+ other-modules: Phi.X11.Atoms, Phi.X11.AtomList
hs-source-dirs: lib
executable Phi