Skip to content
Snippets Groups Projects
Commit 9a656a04 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

ghc-experimental: Add dummy dependencies to work around #23942

This is a temporary measure to improve CI reliability until a proper
solution is developed.

Works around #23942.
parent d19441d7
No related branches found
No related tags found
No related merge requests found
......@@ -80,4 +80,5 @@ module Data.Sum.Experimental (
Sum63#,
) where
import GHC.Num.BigNat () -- for build ordering
import GHC.Types
......@@ -161,3 +161,4 @@ module Data.Tuple.Experimental (
import GHC.Tuple
import GHC.Types
import GHC.Classes
import GHC.Num.BigNat () -- for build ordering
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment