diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2018-11-11 11:20:19 +0100 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2018-11-11 11:20:19 +0100 |
commit | aa88285e38081186a8c74ceca1332135af09bab3 (patch) | |
tree | 124c34156668ec3ccffc2d1b20d7af0f28f96716 /utils | |
parent | 400f3ed8ca830513ac6870d28bf46ed6b6bb720b (diff) | |
download | haskell-aa88285e38081186a8c74ceca1332135af09bab3.tar.gz |
iserv: Fix typo in cabal file
Reviewers: bgamari, RyanGlScott
Reviewed By: RyanGlScott
Subscribers: RyanGlScott, rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5311
Diffstat (limited to 'utils')
-rw-r--r-- | utils/iserv/iserv.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/iserv/iserv.cabal b/utils/iserv/iserv.cabal index 0f45c8d3c3..912734f0f0 100644 --- a/utils/iserv/iserv.cabal +++ b/utils/iserv/iserv.cabal @@ -5,7 +5,7 @@ License: BSD3 -- XXX License-File: LICENSE Author: XXX Maintainer: XXX -Synopsis: iserv allows GHC to delegate Tempalte Haskell computations +Synopsis: iserv allows GHC to delegate Template Haskell computations Description: GHC can be provided with a path to the iserv binary with @-pgmi=/path/to/iserv-bin@, and will in combination with |