haskell-platform icon indicating copy to clipboard operation
haskell-platform copied to clipboard

Distribution of Haskell with batteries included

Results 76 haskell-platform issues
Sort by recently updated
recently updated
newest added

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...

triaged

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...

Linux

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...

Windows

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...

enhancement
Windows
major

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...

defect
OSX
Platform

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...

enhancement
Windows
major

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...

defect
Windows
minor

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...

task
major
policy

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:...

enhancement
Platform
major

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...

task
major
policy