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 ac09c0a commit 32e45e5Copy full SHA for 32e45e5
src/Stack/Types/Config.hs
@@ -1621,7 +1621,7 @@ platformVariantSuffix :: PlatformVariant -> String
1621
platformVariantSuffix PlatformVariantNone = ""
1622
platformVariantSuffix (PlatformVariant v) = "-" ++ v
1623
1624
--- | Specialized bariant of GHC (e.g. libgmp4 or integer-simple)
+-- | Specialized variant of GHC (e.g. libgmp4 or integer-simple)
1625
data GHCVariant
1626
= GHCStandard
1627
-- ^ Standard bindist
0 commit comments