unsafe package:ghc

Decode an OsPath to FilePath, throwing an error if decoding failed. Prefer decodeUtf and gracious error handling.
Unsafe unicode friendly encoding. Like encodeUtf, except it crashes when the input contains surrogate chars. For sanitized input, this can be useful.
Freeze a mutable array (no copy!)
A list of unsafe flags under Safe Haskell. Tuple elements are: * name of the flag * function to get srcspan that enabled the flag * function to test if the flag is on * function to turn the flag off
A list of unsafe flags under Safe Haskell. Tuple elements are: * name of the flag * function to get srcspan that enabled the flag * function to test if the flag is on * function to turn the flag off