[commit: ghc] master: iserv: Fix typo in cabal file (aa88285)
git at git.haskell.org
git at git.haskell.org
Sun Nov 11 13:30:30 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/aa88285e38081186a8c74ceca1332135af09bab3/ghc
>---------------------------------------------------------------
commit aa88285e38081186a8c74ceca1332135af09bab3
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Sun Nov 11 11:20:19 2018 +0100
iserv: Fix typo in cabal file
Reviewers: bgamari, RyanGlScott
Reviewed By: RyanGlScott
Subscribers: RyanGlScott, rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5311
>---------------------------------------------------------------
aa88285e38081186a8c74ceca1332135af09bab3
utils/iserv/iserv.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/iserv/iserv.cabal b/utils/iserv/iserv.cabal
index 0f45c8d..912734f 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
More information about the ghc-commits
mailing list