From e61fe59d9567fbad053a87f897e6c8198dc95794 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 30 Jul 2008 21:34:19 +0000 Subject: [PATCH] Add the Exception module to ghc.cabal --- compiler/ghc.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/ghc.cabal b/compiler/ghc.cabal index 37abf10..9d589f4 100644 --- a/compiler/ghc.cabal +++ b/compiler/ghc.cabal @@ -120,6 +120,7 @@ Library BasicTypes DataCon Demand + Exception Id IdInfo Literal -- 1.7.10.4