[commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, travis, v2.18, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Update test suite to expect kind annotations on type parameters. (29c76f7)
git at git.haskell.org
git at git.haskell.org
Mon Nov 20 21:05:48 UTC 2017
- Previous message: [commit: haddock] ghc-head, ghc-head1, ie_avails, wip/new-tree-one-param, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Merge pull request #568 from awson/ghc-head (07272c7)
- Next message: [commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, travis, v2.18, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Print any user-supplied kind signatures on type parameters. (f6f9bca)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/haddock
On branches: alexbiehl-patch-1,ghc-head,ghc-head1,headdock-library-1.4.5,ie_avails,master,pr-filter-maps,pr/cabal-desc,travis,v2.18,wip/remove-frames,wip/remove-frames1,wip/revert-ttg-2017-11-20,wip/ttg-2017-10-13,wip/ttg-2017-10-31,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13
Link : http://git.haskell.org/haddock.git/commitdiff/29c76f761fe131cc00272eed9a0137953dba6180
>---------------------------------------------------------------
commit 29c76f761fe131cc00272eed9a0137953dba6180
Author: Brian Huffman <huffman at galois.com>
Date: Fri Mar 17 15:10:40 2017 -0700
Update test suite to expect kind annotations on type parameters.
>---------------------------------------------------------------
29c76f761fe131cc00272eed9a0137953dba6180
html-test/ref/SpuriousSuperclassConstraints.html | 6 +++++-
html-test/ref/TypeFamilies.html | 8 ++++----
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/html-test/ref/SpuriousSuperclassConstraints.html b/html-test/ref/SpuriousSuperclassConstraints.html
index b5aa56b..e73ef2a 100644
--- a/html-test/ref/SpuriousSuperclassConstraints.html
+++ b/html-test/ref/SpuriousSuperclassConstraints.html
@@ -77,7 +77,11 @@ Fix spurious superclass constraints bug.</pre
>data</span
> <a id="t:SomeType" class="def"
>SomeType</a
- > f a <a href="#" class="selflink"
+ > (f :: <a href="#"
+ >*</a
+ > -> <a href="#"
+ >*</a
+ >) a <a href="#" class="selflink"
>#</a
></p
><div class="subs instances"
diff --git a/html-test/ref/TypeFamilies.html b/html-test/ref/TypeFamilies.html
index 6062db4..257d59f 100644
--- a/html-test/ref/TypeFamilies.html
+++ b/html-test/ref/TypeFamilies.html
@@ -159,9 +159,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html
><li class="src short"
><span class="keyword"
>class</span
- > a <a href="#"
+ > (a :: k) <a href="#"
>><</a
- > b</li
+ > (b :: k)</li
></ul
></div
><div id="interface"
@@ -1779,9 +1779,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html
><p class="src"
><span class="keyword"
>class</span
- > a <a id="t:-62--60-" class="def"
+ > (a :: k) <a id="t:-62--60-" class="def"
>><</a
- > b <a href="#" class="selflink"
+ > (b :: k) <a href="#" class="selflink"
>#</a
></p
><div class="subs instances"
- Previous message: [commit: haddock] ghc-head, ghc-head1, ie_avails, wip/new-tree-one-param, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Merge pull request #568 from awson/ghc-head (07272c7)
- Next message: [commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, travis, v2.18, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Print any user-supplied kind signatures on type parameters. (f6f9bca)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list