[commit: ghc] wip/tc-plugins-amg: Remove an unused lhs-boot file (c0f657f)
git at git.haskell.org
git at git.haskell.org
Tue Nov 18 12:16:18 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tc-plugins-amg
Link : http://ghc.haskell.org/trac/ghc/changeset/c0f657fd2549719b2959dbf93fcd744c02427a5c/ghc
>---------------------------------------------------------------
commit c0f657fd2549719b2959dbf93fcd744c02427a5c
Author: Adam Gundry <adam at well-typed.com>
Date: Tue Nov 18 10:14:43 2014 +0000
Remove an unused lhs-boot file
>---------------------------------------------------------------
c0f657fd2549719b2959dbf93fcd744c02427a5c
compiler/typecheck/TcRnTypes.lhs-boot | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/compiler/typecheck/TcRnTypes.lhs-boot b/compiler/typecheck/TcRnTypes.lhs-boot
deleted file mode 100644
index 8a5ee15..0000000
--- a/compiler/typecheck/TcRnTypes.lhs-boot
+++ /dev/null
@@ -1,13 +0,0 @@
-\begin{code}
-module TcRnTypes where
-
-import IOEnv
-
-type TcM = TcRn
-type TcRn = TcRnIf TcGblEnv TcLclEnv
-type TcRnIf a b = IOEnv (Env a b)
-
-data Env a b
-data TcGblEnv
-data TcLclEnv
-\end{code}
More information about the ghc-commits
mailing list