diff options
-rw-r--r-- | ghc/compiler/utils/FastString.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/utils/FastString.lhs b/ghc/compiler/utils/FastString.lhs index 55723bc693..f49002ab3a 100644 --- a/ghc/compiler/utils/FastString.lhs +++ b/ghc/compiler/utils/FastString.lhs @@ -61,7 +61,7 @@ import PrelPack import PrelST ( StateAndPtr#(..) ) import PrelHandle ( readHandle, #if __GLASGOW_HASKELL__ < 303 - filePtr, flushBuf, + filePtr, #endif writeHandle ) |