summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-30 15:15:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-30 15:15:04 -0400
commitb4a218e0784cebfba45fc2ffba81557915565fbd (patch)
treea238467d9ab8282b8f8a4792d0b4dcd84fbeaa47
parent128eaa7073f7399ffcb4ae7ccd503b00cd4225bc (diff)
meh
-rw-r--r--Portability.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Portability.hs b/Portability.hs
index 3c2be0e5f..d864d3b93 100644
--- a/Portability.hs
+++ b/Portability.hs
@@ -7,7 +7,7 @@ module Portability where
--
-- This needs ghc -cpp
--
--- This would be better, but is not packaged in Debian yet.
+-- This would be better, but then users of old ghc would need to install it.
-- http://hackage.haskell.org/package/extensible-exceptions
#if __GLASGOW_HASKELL__ < 610
type SomeException = Exception