[commit: ghc] master: template-haskell: Fix typo in changelog (5c48c41)

git at git.haskell.org git at git.haskell.org
Wed Sep 12 22:07:15 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5c48c41239ee2a6228ff469cab8e06763d485c77/ghc

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

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

    template-haskell: Fix typo in changelog


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

5c48c41239ee2a6228ff469cab8e06763d485c77
 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 f60bb6e..53b5b56 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -3,7 +3,7 @@
 ## 2.14.0.0 *TBA*
 
   * 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