summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/src/GHC/Integer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/integer-gmp/src/GHC/Integer.hs')
-rw-r--r--libraries/integer-gmp/src/GHC/Integer.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/integer-gmp/src/GHC/Integer.hs b/libraries/integer-gmp/src/GHC/Integer.hs
index ab45887793..00c26b0a7b 100644
--- a/libraries/integer-gmp/src/GHC/Integer.hs
+++ b/libraries/integer-gmp/src/GHC/Integer.hs
@@ -64,6 +64,8 @@ module GHC.Integer (
complementInteger,
shiftLInteger, shiftRInteger, testBitInteger,
+ popCountInteger, bitInteger,
+
-- * Hashing
hashInteger,
) where