summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-09-13 20:20:05 +0100
committerIan Lynagh <igloo@earth.li>2011-09-13 20:20:05 +0100
commit9935359fad9203b34ea90a3bd92095e702526562 (patch)
tree8baa5ec93e25c9168c77c6ccb22f75024ec030ca
parent77d0c63890fb8626131788b9f9dea3b056520cc7 (diff)
downloadhaskell-9935359fad9203b34ea90a3bd92095e702526562.tar.gz
Export GMP-only functions from the Internals module
-rw-r--r--libraries/integer-gmp/GHC/Integer/GMP/Internals.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-gmp/GHC/Integer/GMP/Internals.hs b/libraries/integer-gmp/GHC/Integer/GMP/Internals.hs
index 5a43895abc..d1c1df4b52 100644
--- a/libraries/integer-gmp/GHC/Integer/GMP/Internals.hs
+++ b/libraries/integer-gmp/GHC/Integer/GMP/Internals.hs
@@ -1,6 +1,6 @@
{-# LANGUAGE NoImplicitPrelude #-}
-module GHC.Integer.GMP.Internals (Integer(..)) where
+module GHC.Integer.GMP.Internals (Integer(..), gcdInteger, lcmInteger) where
import GHC.Integer.Type