Haskell How To Install Modules Rating: 7,3/10 4981 votes
Haskell

Haskell How To Install Modules Minecraft

How

Haskell Windows

Ensure your cabal configfile (you can verify thelocation by running 'cabaluser-config init')contains the following lines:extra-prog-path: C:Program FilesHaskell Platform8.6.5msysusrbinextra-lib-dirs: C:Program FilesHaskell Platform8.6.5mingwlibextra-include-dirs: C:Program FilesHaskell Platform8.6.5mingwincludeNote: cabal config files can contain more than one of each of those lines— no need to replace any existing entries. Additionally, youshould double-check that the version component of the path corresponds toyour installed platform. GentooHaskell Platform is alreadyavailable in your distribution'spackage repository. Note that distribution-packaged versions are typically behind the currentplatform release. If you prefer to use the latest version rather than thedistribution-packaged version,then you may want to use the generic Linux installer.While there is a haskell-platform ebuildincluded in the main Portage tree,it is recommended that one uses the moreup-to-dateoverlay. This can be done using layman,$ sudo layman -a haskell$ sudo emerge haskell-platformMore details can be found in the.