__GLASGOW_HASKELL__ >= 604 is now always true
[ghc-hetmet.git] / utils / hpc / HpcMarkup.hs
index ea6f436..f734f65 100644 (file)
@@ -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