summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/base/GHC/Ix.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Ix.hs b/libraries/base/GHC/Ix.hs
index 5d7b74ff30..34c4857b15 100644
--- a/libraries/base/GHC/Ix.hs
+++ b/libraries/base/GHC/Ix.hs
@@ -18,7 +18,7 @@
-----------------------------------------------------------------------------
module GHC.Ix (
- Ix(..)
+ Ix(..), indexError
) where
import GHC.Enum