aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2012-10-12 09:49:31 +0200
committerSimon Hengel <sol@typeful.net>2012-10-12 09:49:31 +0200
commit36c2c37136ac26b19c6e869a537abbd990ebbc46 (patch)
treea9f5f2b1fb1db349f59c47d3658a2e1019dfc77e /src
parentd31b961cef67c12349a39d90d6afa7fb3cba18af (diff)
Improve note about `binaryInterfaceVersion` (thanks David)
Diffstat (limited to 'src')
-rw-r--r--src/Haddock/InterfaceFile.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs
index 79818625..a25b734a 100644
--- a/src/Haddock/InterfaceFile.hs
+++ b/src/Haddock/InterfaceFile.hs
@@ -66,8 +66,9 @@ binaryInterfaceMagic = 0xD0Cface
-- versions, and because we store GHC datatypes in our interface files, we need
-- to make sure we version our interface files accordingly.
--
--- If you adapt this code to work with a newer versions of GHC *you* need to
--- follow those steps:
+-- If you change the interface file format or adapt Haddock to work with a new
+-- major version of GHC (so that the format changes indirectly) *you* need to
+-- follow these steps:
--
-- (1) increase `binaryInterfaceVersion`
--