diff options
Diffstat (limited to 'ghc/compiler/main/Constants.lhs')
-rw-r--r-- | ghc/compiler/main/Constants.lhs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ghc/compiler/main/Constants.lhs b/ghc/compiler/main/Constants.lhs index 641b9f769b..771b5132c8 100644 --- a/ghc/compiler/main/Constants.lhs +++ b/ghc/compiler/main/Constants.lhs @@ -207,8 +207,9 @@ wORD64_SIZE = (WORD64_SIZE :: Int) iNT64_SIZE = (INT64_SIZE :: Int) \end{code} -The version of the interface file format we're -using: +The version of the interface file format we're using. It's propagated +here by a devious route from ghc/mk/version.mk. See comments +there for what it means. \begin{code} interfaceFileFormatVersion :: Int |