Repository : ssh://darcs.haskell.org//srv/darcs/packages/integer-gmp

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/053ce5e581afb82a7bb877413d72f208ceb113b7

>---------------------------------------------------------------

commit 053ce5e581afb82a7bb877413d72f208ceb113b7
Author: Ian Lynagh <[email protected]>
Date:   Tue Sep 13 20:20:05 2011 +0100

    Export GMP-only functions from the Internals module

>---------------------------------------------------------------

 GHC/Integer/GMP/Internals.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
 



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to