aboutsummaryrefslogtreecommitdiff
path: root/doc/languages-frameworks/haskell.section.md
diff options
context:
space:
mode:
author0xflotus <0xflotus@gmail.com>2019-05-18 23:01:49 +0200
committerMatthew Bauer <mjbauer95@gmail.com>2019-05-18 16:01:49 -0500
commitec49cf3a4169798963b8542cd1512fe9ace2bd52 (patch)
treef00afd6cf6e6b98515fc54757342a7e6b8cf6735 /doc/languages-frameworks/haskell.section.md
parent3d26f06a196e8a81cf4df1a9dfeffd834c04af36 (diff)
Update haskell.section.md (#61685)
Diffstat (limited to '')
-rw-r--r--doc/languages-frameworks/haskell.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/haskell.section.md b/doc/languages-frameworks/haskell.section.md
index d832716c030..48d22831cd9 100644
--- a/doc/languages-frameworks/haskell.section.md
+++ b/doc/languages-frameworks/haskell.section.md
@@ -953,7 +953,7 @@ is essentially a "free software" license (BSD3), according to
paragraph 2 of the LGPL, GHC must be distributed under the terms of the LGPL!
To work around these problems GHC can be build with a slower but LGPL-free
-alternative implemention for Integer called
+alternative implementation for Integer called
[integer-simple](http://hackage.haskell.org/package/integer-simple).
To get a GHC compiler build with `integer-simple` instead of `integer-gmp` use