summaryrefslogtreecommitdiffstats
path: root/phi.cabal
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-12 19:09:05 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-12 19:09:05 +0200
commit982bcffcfeb074b4c1beff64ca7361a9a66ed273 (patch)
tree176299794f94b55ed0d8c7b83ed2c54ef468b129 /phi.cabal
parent19378fdcf11af2ef78d1b7e6cbda06952bb4e692 (diff)
downloadphi-982bcffcfeb074b4c1beff64ca7361a9a66ed273.tar
phi-982bcffcfeb074b4c1beff64ca7361a9a66ed273.zip
Preload atoms using template haskell
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