aboutsummaryrefslogtreecommitdiffstats
path: root/thunk.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-03-07 04:03:51 +0100
committerDon Stewart <dons@cse.unsw.edu.au>2007-03-07 04:03:51 +0100
commit1e225b38a7303ebda37201e75ea0e69d8c99b4a2 (patch)
tree7799fc85001e282f4e17f15cfe14cd461a7ad5df /thunk.cabal
parent67073d7595370f2e93158003f4d13031b5c64ee3 (diff)
downloadxmonad-1e225b38a7303ebda37201e75ea0e69d8c99b4a2.tar.gz
xmonad-1e225b38a7303ebda37201e75ea0e69d8c99b4a2.tar.xz
xmonad-1e225b38a7303ebda37201e75ea0e69d8c99b4a2.zip
comments, rename 'l' to 'io', and state explicitly that we use GeneralizedNewtypeDeriving
darcs-hash:20070307030351-9c5c1-1bdd8f6be37c4e1fa30aaed0af13ee00790cb8b4.gz
Diffstat (limited to 'thunk.cabal')
-rw-r--r--thunk.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/thunk.cabal b/thunk.cabal
index 90bc2c1..e4df966 100644
--- a/thunk.cabal
+++ b/thunk.cabal
@@ -12,3 +12,4 @@ build-depends: base==2.0, X11==1.1, X11-extras==0.0, unix==1.0, mtl==1.0
executable: thunk
main-is: Main.hs
ghc-options: -O
+extensions: GeneralizedNewtypeDeriving