diff options
Diffstat (limited to 'Operations.hs')
-rw-r--r-- | Operations.hs | 5 |
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 -- ----------------------------------------------------------------------------- |