We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e833e commit 539a647Copy full SHA for 539a647
1 file changed
src/Stack/Types/SourceMap.hs
@@ -93,11 +93,11 @@ data SMWanted = SMWanted
93
-- the contents of the global package database.
94
--
95
-- Invariant: a @PackageName@ appears in only one of the @Map@s.
96
-data SMActual a = SMActual
+data SMActual global = SMActual
97
{ smaCompiler :: !ActualCompiler
98
, smaProject :: !(Map PackageName ProjectPackage)
99
, smaDeps :: !(Map PackageName DepPackage)
100
- , smaGlobal :: !(Map PackageName a)
+ , smaGlobal :: !(Map PackageName global)
101
}
102
103
newtype GlobalPackageVersion = GlobalPackageVersion Version
0 commit comments