[commit: packages/base] master: Language extension wibble (see #8813) (eea1b6f)
git at git.haskell.org
git at git.haskell.org
Tue Feb 25 11:35:36 UTC 2014
Repository : ssh://git@git.haskell.org/base
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/eea1b6f5fe254b249acc618ef5a82c3e52a27f8c/base
>---------------------------------------------------------------
commit eea1b6f5fe254b249acc618ef5a82c3e52a27f8c
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date: Tue Feb 25 11:35:30 2014 +0000
Language extension wibble (see #8813)
>---------------------------------------------------------------
eea1b6f5fe254b249acc618ef5a82c3e52a27f8c
Data/Typeable/Internal.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Data/Typeable/Internal.hs b/Data/Typeable/Internal.hs
index cd226f6..f8c6933 100644
--- a/Data/Typeable/Internal.hs
+++ b/Data/Typeable/Internal.hs
@@ -1,5 +1,4 @@
{-# LANGUAGE Unsafe #-}
-{-# LANGUAGE ConstraintKinds #-}
-----------------------------------------------------------------------------
-- |
@@ -21,6 +20,7 @@
, MagicHash
, KindSignatures
, PolyKinds
+ , ConstraintKinds
, DeriveDataTypeable
, StandaloneDeriving #-}
More information about the ghc-commits
mailing list