From 7579968982c327814a58730bd199617fe78b28d9 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Wed, 14 May 2008 02:21:19 +0000
Subject: [PATCH] Add new compat modules to Cabal file

---
 Cabal.cabal | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Cabal.cabal b/Cabal.cabal
index f1bbe240b1..77acbdc035 100644
--- a/Cabal.cabal
+++ b/Cabal.cabal
@@ -86,6 +86,8 @@ Library
   Other-Modules:
         Distribution.GetOpt,
         Distribution.Compat.TempFile
+        Distribution.Compat.Char
+        Distribution.Compat.Exception
         Distribution.Simple.GHC.Makefile
 
   Extensions: CPP
-- 
GitLab