[commit: haddock] master: Update tests (18e9417)

Gabor Greif ggreif at gmail.com
Fri Jan 31 21:21:09 UTC 2014


Unless I missed something big style, -XTypeHoles has been
renamed to -XTypedHoles and not removed at all.

Are you sure this patch is valid?

Cheers,

    Gabor

On 1/30/14, git at git.haskell.org <git at git.haskell.org> wrote:
> Repository : ssh://git@git.haskell.org/haddock
>
> On branch  : master
> Link       :
> http://git.haskell.org/haddock.git/commitdiff/18e9417edcda21dd23edf675b41f46ab336d773f
>
>>---------------------------------------------------------------
>
> commit 18e9417edcda21dd23edf675b41f46ab336d773f
> Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
> Date:   Wed Jan 29 21:41:58 2014 +0000
>
>     Update tests
>
>     This updates tests due to Haddock Trac #271 fix and due to removal of
>     TypeHoles as an extension from GHC.
>
>
>>---------------------------------------------------------------
>
> 18e9417edcda21dd23edf675b41f46ab336d773f
>  html-test/ref/Extensions.html |    2 +-
>  html-test/ref/Test.html       |    2 +-
>  html-test/src/Extensions.hs   |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/html-test/ref/Extensions.html b/html-test/ref/Extensions.html
> index 82fd732..382083c 100644
> --- a/html-test/ref/Extensions.html
> +++ b/html-test/ref/Extensions.html
> @@ -47,7 +47,7 @@ window.onload = function ()
> {pageLoad();setSynopsis("mini_Extensions.html");};
>  	  ><th
>  	    >Extensions</th
>  	    ><td
> -	    >TypeHoles</td
> +	    >ExplicitForAll</td
>  	    ></tr
>  	  ></table
>  	><p class="caption"
> diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html
> index 0214662..bd447ea 100644
> --- a/html-test/ref/Test.html
> +++ b/html-test/ref/Test.html
> @@ -41,7 +41,7 @@ window.onload = function ()
> {pageLoad();setSynopsis("mini_Test.html");};
>  	  ><th
>  	    >License</th
>  	    ><td
> -	    >(c) Simon Marlow 2002</td
> +	    >BSD-style</td
>  	    ></tr
>  	  ><tr
>  	  ><th
> diff --git a/html-test/src/Extensions.hs b/html-test/src/Extensions.hs
> index 6b3535c..61eac21 100644
> --- a/html-test/src/Extensions.hs
> +++ b/html-test/src/Extensions.hs
> @@ -1,4 +1,4 @@
> -{-# LANGUAGE Haskell2010, TypeHoles, MonomorphismRestriction #-}
> +{-# LANGUAGE Haskell2010, ExplicitForAll, MonomorphismRestriction #-}
>  {-# OPTIONS_HADDOCK show-extensions #-}
>  module Extensions where
>
>
> _______________________________________________
> ghc-commits mailing list
> ghc-commits at haskell.org
> http://www.haskell.org/mailman/listinfo/ghc-commits
>


More information about the ghc-devs mailing list