[commit: ghc] wip/ttypeable: fixup! Clean up build issues (75b19c0)

git at git.haskell.org git at git.haskell.org
Sun Jan 29 20:22:36 UTC 2017


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

On branch  : wip/ttypeable
Link       : http://ghc.haskell.org/trac/ghc/changeset/75b19c023da7f6bafcfb3d9f39ef26378a07791a/ghc

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

commit 75b19c023da7f6bafcfb3d9f39ef26378a07791a
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jan 29 01:37:55 2017 -0500

    fixup! Clean up build issues


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

75b19c023da7f6bafcfb3d9f39ef26378a07791a
 libraries/base/Type/Reflection/Unsafe.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/Type/Reflection/Unsafe.hs b/libraries/base/Type/Reflection/Unsafe.hs
index 879d240..e1225b3 100644
--- a/libraries/base/Type/Reflection/Unsafe.hs
+++ b/libraries/base/Type/Reflection/Unsafe.hs
@@ -15,7 +15,7 @@
 
 module Type.Reflection.Unsafe (
     tyConKindRep, tyConKindVars,
-    KindRep(..), TypeLit(..),
+    KindRep(..), TypeLitSort(..),
     mkTrCon, mkTrApp, mkTyCon
   ) where
 



More information about the ghc-commits mailing list