Difference between revisions of "MinGHC"
From HaskellWiki
(Created page with "{{Stub}} == Introduction == MinGHC is a minimal installer for GHC and cabal; MinGHC contains a minimum number of packages, to prevent [http://www.well-typed.com/blog/9/ vers...") |
(Removed stub template; added "MinGHC is no longer supported"; removed dead link to "Downloads for Windows") |
||
Line 1: | Line 1: | ||
− | + | ||
+ | '''MinGHC is no longer supported. Please use [[Stack]].''' | ||
== Introduction == | == Introduction == | ||
Line 8: | Line 9: | ||
== Links == | == Links == | ||
− | |||
* [https://github.com/fpco/minghc Windows installer for GHC, including MSYS] (GitHub, including links to packages) | * [https://github.com/fpco/minghc Windows installer for GHC, including MSYS] (GitHub, including links to packages) | ||
[[Category:Packages]] | [[Category:Packages]] |
Latest revision as of 13:34, 28 August 2019
MinGHC is no longer supported. Please use Stack.
Introduction
MinGHC is a minimal installer for GHC and cabal; MinGHC contains a minimum number of packages, to prevent version problems when installing packages with cabal-install. For an installer with more packages, see the Haskell Platform.
Links
- Windows installer for GHC, including MSYS (GitHub, including links to packages)