[commit: ghc] ghc-8.6: template-haskell: Fix typo in changelog (d2ac6e9)

git at git.haskell.org git at git.haskell.org
Thu Sep 13 21:00:32 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.6
Link       : http://ghc.haskell.org/trac/ghc/changeset/d2ac6e95deff6740e9adbf9aa1a66eb7f3417c56/ghc

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

commit d2ac6e95deff6740e9adbf9aa1a66eb7f3417c56
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Sep 9 22:23:16 2018 -0400

    template-haskell: Fix typo in changelog


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

d2ac6e95deff6740e9adbf9aa1a66eb7f3417c56
 libraries/template-haskell/changelog.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index c03da31..5e1f944 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -3,7 +3,7 @@
 ## 2.14.0.0 *August 2018*
 
   * Introduce an `addForeignFilePath` function, as well as a corresponding
-    `qAddForeignFile` class method to `Quasi`. Unlike `addForeingFile`, which
+    `qAddForeignFile` class method to `Quasi`. Unlike `addForeignFile`, which
     takes the contents of the file as an argument, `addForeignFilePath` takes
     as an argument a path pointing to a foreign file. A new `addForeignSource`
     function has also been added which takes a file's contents as an argument.



More information about the ghc-commits mailing list