Skip to content
Snippets Groups Projects
Commit e5a24114 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Tighten SafeHaskell

This was forgotten in e14fbe2c
parent 3c4ced48
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE CApiFFI #-}
#ifdef __GLASGOW_HASKELL__
#if __GLASGOW_HASKELL__ >= 709
{-# LANGUAGE Safe #-}
#elif __GLASGOW_HASKELL__ >= 703
{-# LANGUAGE Trustworthy #-}
#endif
-----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment