summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/T10826.stderr
blob: 465715ad3eafb5319e36e34fc3784a95a4981348 (plain)
1
2
3
4
5
6

T10826.hs:6:1: error:
    Annotations are not compatible with Safe Haskell.
    See https://gitlab.haskell.org/ghc/ghc/issues/10826
    In the annotation:
      {-# ANN hook (unsafePerformIO (putStrLn "Woops.")) #-}