From 4c77ef829d1d656f9d70842f5ef850e33b4d5d2a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 5 Aug 2007 13:28:56 +0000 Subject: [PATCH] Add Distribution.System to compat --- compat/Distribution/System.hs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 compat/Distribution/System.hs diff --git a/compat/Distribution/System.hs b/compat/Distribution/System.hs new file mode 100644 index 0000000..8cf5f26 --- /dev/null +++ b/compat/Distribution/System.hs @@ -0,0 +1,3 @@ +{-# OPTIONS -cpp #-} +#include "Cabal/Distribution/System.hs" +-- dummy comment -- 1.7.10.4