diff options
Diffstat (limited to 'src/Binary.hs')
-rw-r--r-- | src/Binary.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Binary.hs b/src/Binary.hs index 2703439a..e0a31e11 100644 --- a/src/Binary.hs +++ b/src/Binary.hs @@ -50,6 +50,9 @@ module Binary -- getBinFileWithDict, -- :: Binary a => FilePath -> IO a -- putBinFileWithDict, -- :: Binary a => FilePath -> Module -> a -> IO () + -- re-export for the benefit of other modules. + openBinaryFile + ) where #include "MachDeps.h" |