From: Ross Paterson Date: Tue, 12 Aug 2008 23:36:40 +0000 (+0000) Subject: export Control.Exception.Base X-Git-Tag: 6_10_branch_has_been_forked~52 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ac54999a0ebd4160c69376f65f169fa2b8e083af;p=ghc-base.git export Control.Exception.Base --- diff --git a/base.cabal b/base.cabal index c647001..b17a05e 100644 --- a/base.cabal +++ b/base.cabal @@ -79,6 +79,7 @@ Library { Control.Concurrent.QSemN, Control.Concurrent.SampleVar, Control.Exception, + Control.Exception.Base Control.OldException, Control.Monad, Control.Monad.Fix, @@ -154,8 +155,6 @@ Library { Text.Show, Text.Show.Functions Unsafe.Coerce - other-modules: - Control.Exception.Base c-sources: cbits/PrelIOUtils.c cbits/WCsubst.c