Re: [PATCH] Minor documentation fix

2012-02-14 Thread Ian Lynagh
On Tue, Feb 14, 2012 at 03:01:52PM +0100, Simon Hengel wrote: > Add a missing 'be' to Haddock comment of `HscTarget`. Applied, thanks. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[PATCH] Minor documentation fix

2012-02-14 Thread Simon Hengel
Add a missing 'be' to Haddock comment of `HscTarget`. --- compiler/main/DynFlags.hs |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 747b0b8..5af8a8a 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynF

Re: [PATCH] Minor documentation fix

2012-02-11 Thread Ian Lynagh
On Wed, Feb 08, 2012 at 08:38:35AM +0100, Simon Hengel wrote: > Add a missing 'to' to the documentation of "Safe Haskell". Applied, thanks. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[PATCH] Minor documentation fix

2012-02-07 Thread Simon Hengel
Add a missing 'to' to the documentation of "Safe Haskell". --- docs/users_guide/safe_haskell.xml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/users_guide/safe_haskell.xml b/docs/users_guide/safe_haskell.xml index a8352ae..dc07b89 100644 --- a/docs/users_guide/saf