You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
When I start to type GHC at the top of the file it offers the suggestion GHC and I can hit enter to autocomplete
{-# OPTIONS_GHC -option #-}
with option selected
Then if I start to type in Wno-red, it offers the option -Wno-redundant-constraints and I can hit enter to auto-complete again. But now there are two dashes in front of the option so I get an unknown flag error.