From 323fee1e8cbabe604496a1b92c6de0e98ca037e4 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 24 Oct 2000 07:35:35 +0000 Subject: [PATCH] [project @ 2000-10-24 07:35:35 by simonpj] Remove HsPragmas; hasnt been used for ages --- ghc/compiler/hsSyn/HsPragmas.lhs | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 ghc/compiler/hsSyn/HsPragmas.lhs diff --git a/ghc/compiler/hsSyn/HsPragmas.lhs b/ghc/compiler/hsSyn/HsPragmas.lhs deleted file mode 100644 index 0cf86ea..0000000 --- a/ghc/compiler/hsSyn/HsPragmas.lhs +++ /dev/null @@ -1,23 +0,0 @@ -% -% (c) The GRASP/AQUA Project, Glasgow University, 1993-1998 -% -%************************************************************************ -%* * -\section[HsPragmas]{Pragmas in Haskell interface files} -%* * -%************************************************************************ - -See also: @Sig@ (``signatures'') which is where user-supplied pragmas -for values show up; ditto @SpecInstSig@ (for instances) - -\begin{code} -module HsPragmas where - -#include "HsVersions.h" - -import Outputable -\end{code} - -All the pragma stuff has changed. Here are some placeholders! - - -- 1.7.10.4