From cd9761ade2d2f0fcb5d50d81b14a995f24858fdc Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan@haskell.org> Date: Wed, 14 May 2008 17:18:22 +0000 Subject: [PATCH] Remove Distribution.Compat.Exception from other-modules --- Cabal.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/Cabal.cabal b/Cabal.cabal index 33760e3b09..f1bbe240b1 100644 --- a/Cabal.cabal +++ b/Cabal.cabal @@ -86,7 +86,6 @@ Library Other-Modules: Distribution.GetOpt, Distribution.Compat.TempFile - Distribution.Compat.Exception Distribution.Simple.GHC.Makefile Extensions: CPP -- GitLab