summaryrefslogtreecommitdiff
path: root/libraries/ghc-bignum/src/GHC/Num/Primitives.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-bignum/src/GHC/Num/Primitives.hs')
-rw-r--r--libraries/ghc-bignum/src/GHC/Num/Primitives.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/ghc-bignum/src/GHC/Num/Primitives.hs b/libraries/ghc-bignum/src/GHC/Num/Primitives.hs
index d286a8d933..a33fd68b23 100644
--- a/libraries/ghc-bignum/src/GHC/Num/Primitives.hs
+++ b/libraries/ghc-bignum/src/GHC/Num/Primitives.hs
@@ -598,7 +598,6 @@ ioBool (IO io) s = case io s of
-- Note [ghc-bignum exceptions]
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---
-- `ghc-bignum` package can't depend on `base` package (it would create a cyclic
-- dependency). Hence it can't import "Control.Exception" and throw exceptions
-- the usual way. Instead it uses some wired-in functions from `ghc-prim` which