Changes between Version 6 and Version 7 of Commentary/Packages/PackageReorg
- Timestamp:
- 11/24/06 09:24:59 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Packages/PackageReorg
v6 v7 19 19 every Haskell implementation. This seems to be Bulat's main point 20 20 in the thread above. Let's call these the '''Core Packages''' to 21 avoid confusion (Bulat called these the "base packages"). 21 avoid confusion (Bulat called these the "base packages", but that's an 22 over-used term given that there is a package called `base`). 22 23 The good thing about the Core Packages is that 23 24 users know that they will be there, and they are consistent with 24 25 each other. 25 26 26 *Any particular implementation may install more packages by default;27 for example GHC will install the `template-haskell` and `stm`28 packages. Let's call these the '''GHC Install Packages''', '''Hugs29 Install Packages''' etc; the Install Packages are a superset of the30 Core Packages.27 Any particular implementation may install more packages by default; 28 for example GHC will install the `template-haskell` and `stm` 29 packages. Let's call these the '''GHC Install Packages''', '''Hugs 30 Install Packages''' etc; the Install Packages are a superset of the 31 Core Packages. 31 32 32 33 * It should be possible to upgrade any package, even if that package
