STG lint breakage

Sigbjorn Finne sof@galconn.com
Fri, 2 Nov 2001 01:22:56 -0800


Could someone with a HEAD build check whether the
following ditty produces a complaint from -dstg-lint or not?

{-# OPTIONS -fglasgow-exts -dstg-lint #-}
module Foo where { foreign import a :: Int -> IO () }

I've been chasing a bug all evening with a tree that's about a
week behind HEAD, and am seeing the STG Linter complaining
on pretty much all 'foreign' decls. A local prob. ?

thx
--sigbjorn