From 982bcffcfeb074b4c1beff64ca7361a9a66ed273 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 12 Jul 2011 19:09:05 +0200 Subject: Preload atoms using template haskell --- phi.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phi.cabal') 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 -- cgit v1.2.3