[commit: packages/integer-gmp] master: Fix a popular typo (753bb06)
git at git.haskell.org
git at git.haskell.org
Sat Feb 1 20:23:09 UTC 2014
Repository : ssh://git@git.haskell.org/integer-gmp
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/753bb061971b06c2560a9f2a55a1fbed76efb7bc/integer-gmp
>---------------------------------------------------------------
commit 753bb061971b06c2560a9f2a55a1fbed76efb7bc
Author: Gabor Greif <ggreif at gmail.com>
Date: Sat Feb 1 21:16:55 2014 +0100
Fix a popular typo
Herbert, this is a merge candidate to the 7.8 branch
>---------------------------------------------------------------
753bb061971b06c2560a9f2a55a1fbed76efb7bc
changelog.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 9be79f6..28e662b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -7,7 +7,7 @@
* Improved Haddock documentation
* New [PrimBool](https://ghc.haskell.org/trac/ghc/wiki/PrimBool)
- versions of comparision predicates in `GHC.Integer`:
+ versions of comparison predicates in `GHC.Integer`:
eqInteger# :: Integer -> Integer -> Int#
geInteger# :: Integer -> Integer -> Int#
More information about the ghc-commits
mailing list