From: Ian Lynagh Date: Fri, 1 Aug 2008 21:47:07 +0000 (+0000) Subject: Remove the now-unused GHC/Conc.lhs-boot X-Git-Tag: 6_10_branch_has_been_forked~106 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=649327cdc48d44bb2872eda44663c875a9198419;p=ghc-base.git Remove the now-unused GHC/Conc.lhs-boot --- diff --git a/GHC/Conc.lhs-boot b/GHC/Conc.lhs-boot deleted file mode 100644 index 5fd45cf..0000000 --- a/GHC/Conc.lhs-boot +++ /dev/null @@ -1,9 +0,0 @@ -\begin{code} -{-# OPTIONS_GHC -XNoImplicitPrelude #-} - -module GHC.Conc where - -import GHC.Prim - -data ThreadId = ThreadId ThreadId# -\end{code}