haskell-platform
haskell-platform copied to clipboard
Distribution of Haskell with batteries included
Curious what it would take to get official support for RHEL 5, 6, 7? These systems will be with us for a long time to come. For example RHEL 5...
Several file-system modifying commands in this script are not checked for errors. See for example the [symlink](https://github.com/thomie/haskell-platform/blob/4af0a6c880e24e8967f46782f70e12edb243066c/hptool/os-extras/posix/bin/activate-hs#L107) functions. It looks to me like, if these fail, the script will simply...
When uninstalling Haskell Platform from Windows after having run `cabal install cabal-install` the folder `%PlatformFiles%/Haskell Platform` is not removed, leaving `%ProgramFiles%\Haskell Platform\2014.2.0.0\lib\package.conf.d\Cabal-1.20.0.2-a 16388bcb008734a1fcd511e545a5444.conf` behind. I believe this may have contributed...
To make it easier to use several HP versions installed on the same machine, there should be a convenient way to temporary modify the environment to make a specific HP...
I ran into a problem compiling an executable using shared libraries. I am using OS X 10.8.5 with HP 2013.2.0.0 64 bit. First I cabal installed a tiny one-module package...
Installer should detect when there is an existing HP installation and offer the user a choice to either upgrade it, leave it as the default installation, or make the new...
On Windows with Haskell Platform 2010.1.0.0 : - The all-users PATH variable contains %INSTALLDIR%\lib\extralibs\bin. - The user-specific PATH variable contains %APPDATA%\cabal\bin. This causes a problem because : - Every directory...
Currently, all packages in the Haskell Platform are "BSD3" licensed. We need to decide what our goals in terms of licensing are for the broad Haskell bundle, and which specific...
There are lack of basics packages from Category Theory at Platform. Some Functors (Contvariant, Profunctors,..), Group (Groupoids, Semigroupoids,..), Comonads(..), some Monads. Most of not included modules are already collected here:...
Over time parts of the HP will become obsolete. We need to pick a deprecation and removal policy. e.g. add deprecation flags once a replacement is added. Hold for 2...