Skip to content

Commit 7d56ac1

Browse files
committed
Claim to be Trustworthy for Safe Haskell purposes and close issue haskell-unordered-containers#69
1 parent 313de5a commit 7d56ac1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Data/Hashable.hs

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{-# LANGUAGE CPP #-}
2+
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702
3+
{-# LANGUAGE Trustworthy #-}
4+
#endif
25

36
------------------------------------------------------------------------
47
-- |

Data/Hashable/RandomSource.hs

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{-# LANGUAGE CPP, ForeignFunctionInterface #-}
2+
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702
3+
{-# LANGUAGE Trustworthy #-}
4+
#endif
25

36
module Data.Hashable.RandomSource
47
(

0 commit comments

Comments
 (0)