[project @ 1997-04-13 02:07:29 by sof]
authorsof <unknown>
Sun, 13 Apr 1997 02:07:29 +0000 (02:07 +0000)
committersof <unknown>
Sun, 13 Apr 1997 02:07:29 +0000 (02:07 +0000)
added -#include of stgio

ghc/lib/glaExts/PackedString.lhs

index 81521d4..ce8a41c 100644 (file)
@@ -8,7 +8,7 @@ This sits on top of the sequencing/arrays world, notably @ByteArray#@s.
 Glorious hacking (all the hard work) by Bryan O'Sullivan.
 
 \begin{code}
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS -fno-implicit-prelude '-#include "cbits/stgio.h"' #-}
 
 module PackedString (
         PackedString,      -- abstract