aboutsummaryrefslogtreecommitdiffstats
path: root/thunk.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'thunk.cabal')
-rw-r--r--thunk.cabal16
1 files changed, 0 insertions, 16 deletions
diff --git a/thunk.cabal b/thunk.cabal
deleted file mode 100644
index 6410ad6..0000000
--- a/thunk.cabal
+++ /dev/null
@@ -1,16 +0,0 @@
-name: thunk
-version: 0.0
-description: A lightweight X11 window manager.
-synopsis: A lightweight X11 window manager.
-category: System
-license: BSD3
-license-file: LICENSE
-author: Spencer Janssen
-maintainer: sjanssen@cse.unl.edu
-build-depends: base==2.0, X11>=1.1, X11-extras==0.0, mtl==1.0
-
-executable: thunk
-main-is: Main.hs
-ghc-options: -O2 -Wall -optl-Wl,-s
--- ghc-options: -O2 -Wall -optl-Wl,-s -prof -auto-all
-extensions: GeneralizedNewtypeDeriving