summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2020-10-07 22:33:02 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-11-20 02:08:36 -0500
commit165352a2d163537afb01a835bccc7cd0a667410a (patch)
treeb94a8ae8012c68a8d663753347c5608d002c87fa
parent8150f6546e6fd0006252e245d5697f13ffd8ce3e (diff)
downloadhaskell-165352a2d163537afb01a835bccc7cd0a667410a.tar.gz
Export indexError from GHC.Ix (#18579)
-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