Skip to content
Snippets Groups Projects
Commit 60e7bbfe authored by David Terei's avatar David Terei
Browse files

Mark Mix as Safe, not Trustworthy.

parent d430be46
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE CPP #-}
#ifdef __GLASGOW_HASKELL__
#if __GLASGOW_HASKELL__ >= 709
{-# LANGUAGE Safe #-}
#elif __GLASGOW_HASKELL__ >= 701
{-# 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