From 3f932722c3a955966f774f70f2993b811cf30088 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 27 Jul 2005 23:00:52 +0000 Subject: [PATCH] [project @ 2005-07-27 23:00:52 by simonmar] Now required due to dependency from Distribution.ParseUtils --- ghc/lib/compat/Distribution/Compat/FilePath.hs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ghc/lib/compat/Distribution/Compat/FilePath.hs diff --git a/ghc/lib/compat/Distribution/Compat/FilePath.hs b/ghc/lib/compat/Distribution/Compat/FilePath.hs new file mode 100644 index 0000000..2dbd337 --- /dev/null +++ b/ghc/lib/compat/Distribution/Compat/FilePath.hs @@ -0,0 +1,3 @@ +{-# OPTIONS -cpp #-} +#include "Cabal/Distribution/Compat/FilePath.hs" +-- dummy comment -- 1.7.10.4