Skip to content
Snippets Groups Projects
Commit 12955799 authored by Potato Hatsue's avatar Potato Hatsue
Browse files

interpWays

parent c40f9154
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -7,9 +7,12 @@ module DynFlags
wayUnsetGeneralFlags,
buildTag,
dynamicGhc,
hostFullWays,
interpWays,
)
where
import Data.Foldable (toList)
import GHC.Driver.Session
#if MIN_VERSION_GLASGOW_HASKELL(9,2,0,0)
import GHC.Platform.Ways
......@@ -22,3 +25,7 @@ buildTag = waysBuildTag . ways
dynamicGhc :: Bool
dynamicGhc = hostIsDynamic
interpWays :: [Way]
interpWays = toList hostFullWays
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