summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/safeHaskell/safeLanguage/SafeLang08.stderr
blob: fc7c7fa00d6b78edbbab4d794a275a4a65fff1b2 (plain)
1
2
3
4
5
6
7

SafeLang08.hs:9:1:
    Unacceptable result type in foreign declaration: CDouble
    Safe Haskell is on, all FFI imports must be in the IO monad
    When checking declaration:
      foreign import ccall safe "static SafeLang08_A" c_sin
        :: CDouble -> CDouble