Skip to content

Commit 6a598dc

Browse files
committed
Merge pull request #105 from rimmington/safe-hashset
Mark Data.HashSet as Trustworthy
2 parents e7a2ead + 0d312f1 commit 6a598dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Data/HashSet.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#if __GLASGOW_HASKELL__ >= 708
33
{-# LANGUAGE TypeFamilies #-}
44
#endif
5+
#if __GLASGOW_HASKELL__ >= 702
6+
{-# LANGUAGE Trustworthy #-}
7+
#endif
58

69
------------------------------------------------------------------------
710
-- |

0 commit comments

Comments
 (0)