summaryrefslogtreecommitdiff
path: root/ghc/compiler/HsVersions.h
diff options
context:
space:
mode:
authorsimonpj <unknown>2002-10-11 08:45:44 +0000
committersimonpj <unknown>2002-10-11 08:45:44 +0000
commitfe9000d86cba2bd11834345bba16370f8b13d670 (patch)
treec7015a58401896f66085f9b46e02862de60beb3d /ghc/compiler/HsVersions.h
parent05a9c035960327b23bad8d8dc501141b183f33b5 (diff)
downloadhaskell-fe9000d86cba2bd11834345bba16370f8b13d670.tar.gz
[project @ 2002-10-11 08:45:43 by simonpj]
Compatibility fixes for Exception.try
Diffstat (limited to 'ghc/compiler/HsVersions.h')
-rw-r--r--ghc/compiler/HsVersions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/compiler/HsVersions.h b/ghc/compiler/HsVersions.h
index 0560611734..21485e99a1 100644
--- a/ghc/compiler/HsVersions.h
+++ b/ghc/compiler/HsVersions.h
@@ -14,6 +14,8 @@ you will screw up the layout where they are used in case expressions!
#define CONCURRENT Control.Concurrent
#define EXCEPTION Control.Exception
+ /* If you want Control.Exception.try, get it as Panic.try, which
+ deals with the shift from 'tryAllIO' to 'try'. */
#define DYNAMIC Data.Dynamic
#define GLAEXTS GHC.Exts
#define DATA_BITS Data.Bits