X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FDriverPhases.hs;h=8d8fec4f4deb433bd3ad8f49cf07455b45737ea2;hb=0af418beb1aadcae1df036240151556895d00321;hp=2013f44deaf612574106005fde5ec68342b40d81;hpb=f5fbb8242af1b85b763d5be84364e9453e90d7c5;p=ghc-hetmet.git diff --git a/compiler/main/DriverPhases.hs b/compiler/main/DriverPhases.hs index 2013f44..8d8fec4 100644 --- a/compiler/main/DriverPhases.hs +++ b/compiler/main/DriverPhases.hs @@ -33,6 +33,8 @@ module DriverPhases ( isSourceFilename -- :: FilePath -> Bool ) where +#include "HsVersions.h" + import Panic ( panic ) import System.FilePath