Skip to content
Snippets Groups Projects
Commit cf838c88 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Fix Safe annotation of Trace.Hpc.Util

parent f3278d3c
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE CPP #-}
#ifdef __GLASGOW_HASKELL__
#if __GLASGOW_HASKELL__ >= 704
{-# LANGUAGE Safe #-}
#elif __GLASGOW_HASKELL__ >= 702
{-# LANGUAGE Trustworthy #-}
#endif
-----------------------------------------
-- Andy Gill and Colin Runciman, June 2006
......
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