summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIavor S. Diatchki <iavor.diatchki@gmail.com>2012-05-28 15:22:39 -0700
committerIavor S. Diatchki <iavor.diatchki@gmail.com>2012-05-28 15:22:39 -0700
commit9a2aa71f4db8ebcc2e4f8751edf384d2275d2820 (patch)
tree4c0414adeafb9bb4468a537ea184f5b9e22babef
parentecd9b7e094fcf95d5c8f03f58938b490e9c4a28d (diff)
downloadhaskell-9a2aa71f4db8ebcc2e4f8751edf384d2275d2820.tar.gz
Remove unused IParam module.
-rw-r--r--compiler/ghc.cabal.in1
-rw-r--r--compiler/types/IParam.lhs8
-rw-r--r--compiler/types/IParam.lhs-boot3
3 files changed, 0 insertions, 12 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 090c34ffc0..4943c14ef8 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -403,7 +403,6 @@ Library
TcCanonical
TcSMonad
Class
- IParam
Coercion
FamInstEnv
FunDeps
diff --git a/compiler/types/IParam.lhs b/compiler/types/IParam.lhs
deleted file mode 100644
index d215e75c49..0000000000
--- a/compiler/types/IParam.lhs
+++ /dev/null
@@ -1,8 +0,0 @@
-%
-% (c) The University of Glasgow 2006
-% (c) The GRASP/AQUA Project, Glasgow University, 1998
-%
-
-\begin{code}
-module IParam () where
-\end{code}
diff --git a/compiler/types/IParam.lhs-boot b/compiler/types/IParam.lhs-boot
deleted file mode 100644
index 605aa3cbf7..0000000000
--- a/compiler/types/IParam.lhs-boot
+++ /dev/null
@@ -1,3 +0,0 @@
-\begin{code}
-module IParam where
-\end{code}