summaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-06-05 11:26:59 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-06-05 11:26:59 +0200
commit6642404dc5482f737221de075c0fc9a63cdda91d (patch)
treefeedef94aca98dfe516567023cef1bb4776ee642 /Operations.hs
parent49620498cc61518f3db429b5da7416a06e9b5ff2 (diff)
downloadmetatile-6642404dc5482f737221de075c0fc9a63cdda91d.tar
metatile-6642404dc5482f737221de075c0fc9a63cdda91d.zip
mention why StackSet needs -fglasgow-exts (for deriving Typeable)
darcs-hash:20070605092659-9c5c1-7eee6ed8801aa1c81e62d8dc62fa95035c4a5523
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Operations.hs b/Operations.hs
index cb17ec0..5ed65e8 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -1,5 +1,6 @@
{-# OPTIONS -fglasgow-exts #-}
------------------------------------------------------------------------------
+-- ^^ deriving Typeable
+-- --------------------------------------------------------------------------
-- |
-- Module : Operations.hs
-- Copyright : (c) Spencer Janssen 2007
@@ -7,7 +8,7 @@
--
-- Maintainer : dons@cse.unsw.edu.au
-- Stability : unstable
--- Portability : not portable, mtl, posix
+-- Portability : not portable, Typeable deriving, mtl, posix
--
-----------------------------------------------------------------------------