[Git][ghc/ghc][wip/torsten.schmits/0475-tuple-syntax-2] Fix haddock failure

Andrei Borzenkov (@sand-witch) gitlab at gitlab.haskell.org
Fri Feb 16 12:12:36 UTC 2024



Andrei Borzenkov pushed to branch wip/torsten.schmits/0475-tuple-syntax-2 at Glasgow Haskell Compiler / GHC


Commits:
917b8842 by Andrei Borzenkov at 2024-02-16T16:12:19+04:00
Fix haddock failure

- - - - -


1 changed file:

- libraries/ghc-prim/GHC/Tuple.hs


Changes:

=====================================
libraries/ghc-prim/GHC/Tuple.hs
=====================================
@@ -17,8 +17,16 @@
 -----------------------------------------------------------------------------
 
 module GHC.Tuple (
-  module GHC.Tuple,
-  Solo (Solo, MkSolo),
+  Tuple0, Tuple1,
+  Unit(..),
+  Solo (Solo, MkSolo), getSolo,
+  Tuple2(..),  Tuple3(..),  Tuple4(..),  Tuple5(..),  Tuple6(..),  Tuple7(..),  Tuple8(..),  Tuple9(..),
+  Tuple10(..), Tuple11(..), Tuple12(..), Tuple13(..), Tuple14(..), Tuple15(..), Tuple16(..), Tuple17(..), Tuple18(..), Tuple19(..),
+  Tuple20(..), Tuple21(..), Tuple22(..), Tuple23(..), Tuple24(..), Tuple25(..), Tuple26(..), Tuple27(..), Tuple28(..), Tuple29(..),
+  Tuple30(..), Tuple31(..), Tuple32(..), Tuple33(..), Tuple34(..), Tuple35(..), Tuple36(..), Tuple37(..), Tuple38(..), Tuple39(..),
+  Tuple40(..), Tuple41(..), Tuple42(..), Tuple43(..), Tuple44(..), Tuple45(..), Tuple46(..), Tuple47(..), Tuple48(..), Tuple49(..),
+  Tuple50(..), Tuple51(..), Tuple52(..), Tuple53(..), Tuple54(..), Tuple55(..), Tuple56(..), Tuple57(..), Tuple58(..), Tuple59(..),
+  Tuple60(..), Tuple61(..), Tuple62(..), Tuple63(..), Tuple64(..),
 ) where
 
 import GHC.CString ()  -- Make sure we do it first, so that the



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/917b884298eb6123f9511575a39f74dbf829a677

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/917b884298eb6123f9511575a39f74dbf829a677
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240216/80476857/attachment-0001.html>


More information about the ghc-commits mailing list