[commit: packages/integer-simple] master: Comments only (5d9c656)

git at git.haskell.org git at git.haskell.org
Mon Aug 19 16:47:31 CEST 2013


Repository : ssh://git@git.haskell.org/integer-simple

On branch  : master
Link       : http://git.haskell.org/?p=packages/integer-simple.git;a=commit;h=5d9c6565550fb5c9c38f69475f52a2ba1d3edf98

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

commit 5d9c6565550fb5c9c38f69475f52a2ba1d3edf98
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Mon Aug 19 15:47:09 2013 +0100

    Comments only
    
    Link to documentation of library in the wiki


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

5d9c6565550fb5c9c38f69475f52a2ba1d3edf98
 GHC/Integer/Type.hs |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/GHC/Integer/Type.hs b/GHC/Integer/Type.hs
index 703301c..88b1c4c 100644
--- a/GHC/Integer/Type.hs
+++ b/GHC/Integer/Type.hs
@@ -3,6 +3,11 @@
              NoImplicitPrelude, BangPatterns, UnboxedTuples,
              UnliftedFFITypes #-}
 
+-- Commentary of Integer library is located on the wiki:
+-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/Libraries/Integer
+--
+-- It gives an in-depth description of implementation details and
+-- decisions.
 
 -----------------------------------------------------------------------------
 -- |





More information about the ghc-commits mailing list