From 053ce5e581afb82a7bb877413d72f208ceb113b7 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Tue, 13 Sep 2011 20:20:05 +0100
Subject: [PATCH] Export GMP-only functions from the Internals module

---
 GHC/Integer/GMP/Internals.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GHC/Integer/GMP/Internals.hs b/GHC/Integer/GMP/Internals.hs
index 5a43895..d1c1df4 100644
--- a/GHC/Integer/GMP/Internals.hs
+++ b/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
 
-- 
GitLab