diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-09-09 22:23:16 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-09-12 18:06:44 -0400 |
commit | 5c48c41239ee2a6228ff469cab8e06763d485c77 (patch) | |
tree | 25dca1ef6ec8452e8b90d64765ee1ebfb0879b4f /libraries/template-haskell | |
parent | 7ab80072ad63fa9eb1d77bd579af720bf24b25a4 (diff) | |
download | haskell-5c48c41239ee2a6228ff469cab8e06763d485c77.tar.gz |
template-haskell: Fix typo in changelog
Diffstat (limited to 'libraries/template-haskell')
-rw-r--r-- | libraries/template-haskell/changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md index f60bb6ec52..53b5b5692c 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. |