summaryrefslogtreecommitdiff
path: root/utils/hpc
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-12-15 21:46:56 +0000
committerIan Lynagh <igloo@earth.li>2010-12-15 21:46:56 +0000
commita15eff7eca183f7cd00078c648170ae20c9a2487 (patch)
tree3e1d31cdf582c7522567efdebba81c0829675c5b /utils/hpc
parent9d1a7251a138829f59cc1cf052ee2d3f5603d67b (diff)
downloadhaskell-a15eff7eca183f7cd00078c648170ae20c9a2487.tar.gz
__GLASGOW_HASKELL__ >= 604 is now always true
Diffstat (limited to 'utils/hpc')
-rw-r--r--utils/hpc/HpcMarkup.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/hpc/HpcMarkup.hs b/utils/hpc/HpcMarkup.hs
index ea6f4366ac..f734f65bd9 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