OPTIONS_GHC -auto-all
Serge D. Mechveliani
mechvel at botik.ru
Mon Dec 4 09:47:56 EST 2006
I see, thank you.
> > {-# OPTIONS_GHC -fglasgow-exts -prof -auto-all #-}
> >
> >in order to force -auto-all for a certain particular module.
> >It still reports
> > unknown flags in {-# OPTIONS #-} pragma: -prof -auto-all
> -prof and -auto-all are static flags. They cannot be turned on after
> GHC starts processing the file.
> See
> http://www.haskell.org/ghc/docs/latest/html/users_guide/static-dynamic-flags.html
>
> --
> Cheers,
> Lemmih
>
More information about the Glasgow-haskell-users
mailing list