| 175 | | An {{{{-# OPTIONS_GHC ... #-}}}} pragma is optional, but if present it should go right at the top of the file. Things you might want to put in OPTIONS include: |
| 176 | | |
| 177 | | * {{{#include}}} options to bring into scope prototypes for FFI declarations |
| 178 | | * {{{-fvia-C}}} if you know that this module won't compile with the native code generator. (deprecated: |
| 179 | | everything should compile with the NCG nowadays, but that wasn't always the case). |
| | 175 | An {{{{-# OPTIONS_GHC ... #-}}}} pragma is optional, but if present it should go right at the top of the file. |