Skip to content

Commit

Permalink
Mark all modules using GHC.Exts as Trustworthy.
Browse files Browse the repository at this point in the history
GHC.Exts has been marked Unsafe in the base.
  • Loading branch information
foxik committed Nov 25, 2011
1 parent e7e1c22 commit 64d4433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data/Map/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{-# LANGUAGE DeriveDataTypeable, StandaloneDeriving #-}
#endif
#if !defined(TESTING) && __GLASGOW_HASKELL__ >= 703
{-# LANGUAGE Safe #-}
{-# LANGUAGE Trustworthy #-}
#endif
-----------------------------------------------------------------------------
-- |
Expand Down
2 changes: 1 addition & 1 deletion Data/Set.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{-# LANGUAGE DeriveDataTypeable, StandaloneDeriving #-}
#endif
#if !defined(TESTING) && __GLASGOW_HASKELL__ >= 703
{-# LANGUAGE Safe #-}
{-# LANGUAGE Trustworthy #-}
#endif
-----------------------------------------------------------------------------
-- |
Expand Down

0 comments on commit 64d4433

Please sign in to comment.