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
> 
_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to