Open langston-barrett opened 7 years ago
This depends on haskell-src-exts
supporting the pragma.
Reported upstream
An example for future reference:
{-# LANGUAGE Unsafe #-}
module Main where
import safe Safe
main :: IO ()
main = putStrLn "Hello, World!"
If I use
stylish-haskell
on a module withI still get the following error:
Unsafe
is described on the GHC wiki.