[commit: integer-gmp] master: Export GMP-only functions from the Internals module (053ce5e)

Ian Lynagh igloo at earth.li
Tue Sep 13 22:23:30 CEST 2011


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 <igloo at earth.li>
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
 





More information about the Cvs-libraries mailing list