Admin message

Due to a large amount of spam we do not allow new users to create repositories, they are "external" users. If you are a new user and want to create a repository, for example for forking GHC, open a new issue on ghc/ghc using the "get-verified" issue template

GHC bug - makeStatic: Unresolved static form at line 13, column 14.
Building and running the attached code results in the above crash error mesage. Enabling StaticPointers in the code makes the error go away. GHC should either reject the code or generate code that works properly at run-time, depending on the fine points of how TH is supposed to interact with the enablement of StaticPointers.
issue