From 0ad3c497305a4ae19f7f73f3f916481706761e54 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 13 May 2008 19:00:22 +0000 Subject: [PATCH 1/1] Add Distribution.Compat.Exception to the compat library --- compat/Distribution/Compat/Exception.hs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 compat/Distribution/Compat/Exception.hs diff --git a/compat/Distribution/Compat/Exception.hs b/compat/Distribution/Compat/Exception.hs new file mode 100644 index 0000000..6e3922d --- /dev/null +++ b/compat/Distribution/Compat/Exception.hs @@ -0,0 +1,3 @@ +{-# OPTIONS -cpp #-} +#include "Cabal/Distribution/Compat/Exception.hs" +-- dummy comment -- 1.7.10.4