[commit: packages/deepseq] master: Make NFData (Proxy a) instance poly-kinded (0ada5dd)

git at git.haskell.org git at git.haskell.org
Wed Apr 20 13:04:58 UTC 2016


Repository : ssh://git@git.haskell.org/deepseq

On branch  : master
Link       : http://git.haskell.org/packages/deepseq.git/commitdiff/0ada5ddd6d97624a2c1417f8f85ad1c0257b78bd

>---------------------------------------------------------------

commit 0ada5ddd6d97624a2c1417f8f85ad1c0257b78bd
Author: RyanGlScott <ryan.gl.scott at gmail.com>
Date:   Sat Aug 22 12:16:39 2015 -0400

    Make NFData (Proxy a) instance poly-kinded


>---------------------------------------------------------------

0ada5ddd6d97624a2c1417f8f85ad1c0257b78bd
 Control/DeepSeq.hs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Control/DeepSeq.hs b/Control/DeepSeq.hs
index c39906e..419d479 100644
--- a/Control/DeepSeq.hs
+++ b/Control/DeepSeq.hs
@@ -8,6 +8,9 @@
 {-# LANGUAGE Safe #-}
 # endif
 #endif
+#if __GLASGOW_HASKELL__ >= 706
+{-# LANGUAGE PolyKinds #-}
+#endif
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Control.DeepSeq



More information about the ghc-commits mailing list