summaryrefslogtreecommitdiffstats
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
commitb01dc05c971408a6484bb347e4822880dae55db3 (patch)
tree7799fc85001e282f4e17f15cfe14cd461a7ad5df /thunk.cabal
parent7ae4f3def6b412ed3a760340dfa804deff67026d (diff)
downloadmetatile-b01dc05c971408a6484bb347e4822880dae55db3.tar
metatile-b01dc05c971408a6484bb347e4822880dae55db3.zip
comments, rename 'l' to 'io', and state explicitly that we use GeneralizedNewtypeDeriving
darcs-hash:20070307030351-9c5c1-1bdd8f6be37c4e1fa30aaed0af13ee00790cb8b4
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