Make the compiler PackageDB stuff more flexible
We support using multiple package dbs, however the method for specifying them is very limited. We specify a single package db and that implicitly specifies any other needed dbs. For example the user or a specific db require the global db too. We now represent that stack explicitly. The user interface still uses the single value method and we convert internally.
Showing
- Distribution/Simple/Compiler.hs 20 additions, 0 deletionsDistribution/Simple/Compiler.hs
- Distribution/Simple/Configure.hs 19 additions, 8 deletionsDistribution/Simple/Configure.hs
- Distribution/Simple/GHC.hs 12 additions, 6 deletionsDistribution/Simple/GHC.hs
- Distribution/Simple/JHC.hs 7 additions, 3 deletionsDistribution/Simple/JHC.hs
- Distribution/Simple/LHC.hs 21 additions, 8 deletionsDistribution/Simple/LHC.hs
Loading
Please register or sign in to comment