We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da04466 commit dab6c36Copy full SHA for dab6c36
tests/test/Main.hs
@@ -1,2 +1,5 @@
1
module Main (main) where
2
-import Tests (main)
+-- https://gitlab.haskell.org/ghc/ghc/-/issues/19397
3
+import qualified Tests
4
+main :: IO ()
5
+main = Tests.main
vec/test/Inspection/DataFamily/SpineStrict/Pigeonhole.hs
@@ -9,7 +9,7 @@
9
{-# OPTIONS_GHC -dsuppress-type-signatures #-}
10
-- {-# OPTIONS_GHC -dsuppress-uniques #-}
11
-- This makes gix tests pass, default is 60
12
-{-# OPTIONS_GHC -funfolding-use-threshold=200 #-}
+{-# OPTIONS_GHC -funfolding-use-threshold=240 #-}
13
module Inspection.DataFamily.SpineStrict.Pigeonhole where
14
15
import Data.Functor.Compat ((<&>))
0 commit comments