Shuffle around Distribution.Simple.Program.Types
This commmit removes the dependency of the Distribution.Simple.Program.Types on Distribution.Simple.Program.Find by shuffling around a few definitions between the modules. This makes the "Types" module more self-contained, which means it can be more easily imported without causing module cycles.
Showing
- Cabal/src/Distribution/Simple/Program/Find.hs 18 additions, 23 deletionsCabal/src/Distribution/Simple/Program/Find.hs
- Cabal/src/Distribution/Simple/Program/Types.hs 23 additions, 18 deletionsCabal/src/Distribution/Simple/Program/Types.hs
- cabal-install/src/Distribution/Client/CmdExec.hs 7 additions, 7 deletionscabal-install/src/Distribution/Client/CmdExec.hs
Loading
Please register or sign in to comment