[commit: ghc] wip/ttypeable: Fix rebase issues (ccc9104)

git at git.haskell.org git at git.haskell.org
Tue Feb 7 17:40:13 UTC 2017


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

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

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

commit ccc9104f8ffe583fee81de03ac1896f1f386e085
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Feb 7 12:39:59 2017 -0500

    Fix rebase issues


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

ccc9104f8ffe583fee81de03ac1896f1f386e085
 libraries/base/Data/Typeable/Internal.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/base/Data/Typeable/Internal.hs b/libraries/base/Data/Typeable/Internal.hs
index 6e6cc04..95a36d3 100644
--- a/libraries/base/Data/Typeable/Internal.hs
+++ b/libraries/base/Data/Typeable/Internal.hs
@@ -81,9 +81,9 @@ import Data.Type.Equality
 import GHC.List ( splitAt, foldl )
 import GHC.Word
 import GHC.Show
-import Data.Proxy
-import GHC.TypeLits ( KnownNat, KnownSymbol, natVal', symbolVal' )
+import GHC.TypeLits ( KnownSymbol, symbolVal' )
 import GHC.TypeNats ( KnownNat, natVal' )
+import Unsafe.Coerce ( unsafeCoerce )
 
 import GHC.Fingerprint.Type
 import {-# SOURCE #-} GHC.Fingerprint



More information about the ghc-commits mailing list