summaryrefslogtreecommitdiffstats
path: root/thunk.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'thunk.cabal')
-rw-r--r--thunk.cabal12
1 files changed, 12 insertions, 0 deletions
diff --git a/thunk.cabal b/thunk.cabal
new file mode 100644
index 0000000..1b8b4ef
--- /dev/null
+++ b/thunk.cabal
@@ -0,0 +1,12 @@
+Name: thunk
+Version: 0.0
+Description: A lightweight X11 window manager.
+Author: Spencer Janssen
+Maintainer: sjanssen@cse.unl.edu
+Build-Depends: base >= 2.0, X11, unix, mtl
+
+Executable: thunk
+Main-Is: thunk.hs
+Extensions: ForeignFunctionInterface
+Other-Modules: Thunk.XlibExtras
+Include-Dirs: include