From a15eff7eca183f7cd00078c648170ae20c9a2487 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 15 Dec 2010 21:46:56 +0000 Subject: [PATCH] __GLASGOW_HASKELL__ >= 604 is now always true --- utils/hpc/HpcMarkup.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/hpc/HpcMarkup.hs b/utils/hpc/HpcMarkup.hs index ea6f436..f734f65 100644 --- a/utils/hpc/HpcMarkup.hs +++ b/utils/hpc/HpcMarkup.hs @@ -452,11 +452,9 @@ writeFileUsing filename text = do -- packages, and a single .tix file might contain information about -- many package. -#if __GLASGOW_HASKELL__ >= 604 -- create the dest_dir if needed when (not (null dest_dir)) $ createDirectoryIfMissing True dest_dir -#endif writeFile filename text -- 1.7.10.4