From 3221d0140c4edc5cf79f75e8f876a63ff9ef0da6 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 9 Jun 1997 07:40:36 +0000 Subject: [PATCH] [project @ 1997-06-09 07:40:36 by sof] Make dep on FastString explicit --- ghc/compiler/utils/Argv.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/utils/Argv.lhs b/ghc/compiler/utils/Argv.lhs index 478dcb1..c9fc6a5 100644 --- a/ghc/compiler/utils/Argv.lhs +++ b/ghc/compiler/utils/Argv.lhs @@ -13,6 +13,7 @@ import PreludeGlaST ( indexAddrOffAddr ) #endif CHK_Ubiq() -- debugging consistency check +IMP_FASTSTRING() #if __GLASGOW_HASKELL__ == 201 # define ADDR GHCbase.Addr -- 1.7.10.4