Skip to content

Commit 0d312f1

Browse files
committed
Mark Data.HashSet as Trustworthy
1 parent e7a2ead commit 0d312f1

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)