diff options
Diffstat (limited to 'docs/users_guide/using.rst')
-rw-r--r-- | docs/users_guide/using.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst index 553269cc75..420e2d3bfc 100644 --- a/docs/users_guide/using.rst +++ b/docs/users_guide/using.rst @@ -203,6 +203,9 @@ the "right thing" to happen to those files. ``.hi`` A Haskell interface file, probably compiler-generated. +``.hie`` + An extended Haskell interface file, produced by the Haskell compiler. + ``.hc`` Intermediate C file produced by the Haskell compiler. |