We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313de5a commit 7d56ac1Copy full SHA for 7d56ac1
Data/Hashable.hs
@@ -1,4 +1,7 @@
1
{-# LANGUAGE CPP #-}
2
+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702
3
+{-# LANGUAGE Trustworthy #-}
4
+#endif
5
6
------------------------------------------------------------------------
7
-- |
Data/Hashable/RandomSource.hs
{-# LANGUAGE CPP, ForeignFunctionInterface #-}
module Data.Hashable.RandomSource
(
0 commit comments