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

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@git.haskell.orgwrote: > Repository : ssh://git@git.haskell.org/haddock > > On branch : master > Link : > http://git.haskell.org/haddock.git/commitdiff/18e9417edcda21dd23edf675b41f46ab336d773f > >>--------------------------------------------------------------- > > commit 18e9417edcda21dd23edf675b41f46ab336d773f > Author: Mateusz Kowalczyk > 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");}; > > >Extensions >- >TypeHoles + >ExplicitForAll > > >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");}; > >
>License >- >(c) Simon Marlow 2002 + >BSD-style > >> 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@haskell.org > http://www.haskell.org/mailman/listinfo/ghc-commits >
31 Jan 31 Jan9:25 p.m.New subject: [commit: haddock] master: Update tests (18e9417)On 2014-01-31 at 22:21:09 +0100, Gabor Greif wrote:
Unless I missed something big style, -XTypeHoles has been renamed to -XTypedHoles and not removed at all.
fyi, http://git.haskell.org/ghc.git/commitdiff/235fd88a9a35a6ca1aed70ff71291d7b43...
9:30 p.m.New subject: [commit: haddock] master: Update tests (18e9417)Aha, I understand. Thanks for the hint! Gabor On 1/31/14, Herbert Valerio Riedel
wrote: On 2014-01-31 at 22:21:09 +0100, Gabor Greif wrote:
Unless I missed something big style, -XTypeHoles has been renamed to -XTypedHoles and not removed at all.
fyi, http://git.haskell.org/ghc.git/commitdiff/235fd88a9a35a6ca1aed70ff71291d7b43...
Download4176Age (days ago)4176Last active (days ago)
2 comments2 participantsparticipants (2)
Gabor Greif Herbert Valerio Riedel