Skip to content
Snippets Groups Projects
Commit 650fe165 authored by konsumlamm's avatar konsumlamm
Browse files

Mark modules as `Trustworthy`

parent 77b26590
No related branches found
No related tags found
1 merge request!25Mark modules as `Trustworthy`
{-# LANGUAGE MagicHash, UnliftedFFITypes #-}
{-# LANGUAGE MagicHash, Trustworthy, UnliftedFFITypes #-}
-----------------------------------------------------------------------------
-- |
......
{-# LANGUAGE CPP #-}
{-# LANGUAGE CPP, Trustworthy #-}
-----------------------------------------------------------------------------
-- |
......
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE RankNTypes, Trustworthy #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Array.ST
......
{-# LANGUAGE Trustworthy #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Array.Storable
......
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