summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonpj <unknown>2000-10-24 07:35:35 +0000
committersimonpj <unknown>2000-10-24 07:35:35 +0000
commit323fee1e8cbabe604496a1b92c6de0e98ca037e4 (patch)
treece220590566e52289596a138cd12d5cf6064a5c8
parent4a91d102be99778efcab80211ca5de3f2cf6619a (diff)
downloadhaskell-323fee1e8cbabe604496a1b92c6de0e98ca037e4.tar.gz
[project @ 2000-10-24 07:35:35 by simonpj]
Remove HsPragmas; hasnt been used for ages
-rw-r--r--ghc/compiler/hsSyn/HsPragmas.lhs23
1 files changed, 0 insertions, 23 deletions
diff --git a/ghc/compiler/hsSyn/HsPragmas.lhs b/ghc/compiler/hsSyn/HsPragmas.lhs
deleted file mode 100644
index 0cf86ea6e8..0000000000
--- 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!
-
-