diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2013-09-05 03:21:44 +0100 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2013-09-18 22:43:34 +0200 |
commit | 51315107171402cf2bef93d5ff06c87d070a078b (patch) | |
tree | 64cc91b2824d526dc9f36c4fb29a948749c9aa54 /src/Haddock/InterfaceFile.hs | |
parent | 9697748a1619a0fc892393a11c3a05da3f69e787 (diff) |
Fixes #231
Diffstat (limited to 'src/Haddock/InterfaceFile.hs')
-rw-r--r-- | src/Haddock/InterfaceFile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs index 1127205d..4811f64f 100644 --- a/src/Haddock/InterfaceFile.hs +++ b/src/Haddock/InterfaceFile.hs @@ -15,7 +15,7 @@ module Haddock.InterfaceFile ( InterfaceFile(..), ifPackageId, readInterfaceFile, nameCacheFromGhc, freshNameCache, NameCacheAccessor, - writeInterfaceFile, binaryInterfaceVersion + writeInterfaceFile, binaryInterfaceVersion, binaryInterfaceVersionCompatibility ) where |