haskell-platform
haskell-platform copied to clipboard
Distribution of Haskell with batteries included
[I don't really expect this to be fixed, but want to provide the information here in order to preserve it.] The problem is that on NixOS, none of the libraries...
We need to detect/prove for need of -no-pie in calling gcc. If we do see it, we need to tweak the ghc settings fie to have the three following settings...
Arguably, since this is where the stack executable lands, it should be added. On the other hand, our installation of stack follows the lead of the stack installer, which doesn't...
I don't like to grant root permission when not necessary. The Haskell platform needs only to be able to write into `/usr/local`, and if the scripts don't find themselves with...
When scripting to update Haskell on a number of computers, it would be nice to have an option to **uninstall-hs** that would remove all the previous versions so I could...
Industrial Haskell Users Group seemed interested in version of GHC built with only integer-simple. Currently all Haskell Platform packages compile in this setup, except for text. I upgraded dependency to...
Hello guys, I cannot install the Haskell Platform 2014.2.0.0 on my GNU/Linux system: ``` $ ./platform.sh \ > --prefix=/opt/haskell-platform/haskell-platform-2014.2.0.0 \ > ../ghc-7.8.3/ghc-7.8.3-i386-unknown-linux.tar.bz2 Warning: The following packages are likely to be...
I want to install Haskell Platform 2014.2.0.0 on an old machine running Windows XP (32 bit). The hard disk of the machine is almost full. Thus I decided to install...
for Debian 7.10.3 64bit intel cpu version of ghc, hptool gives this error. it sounds to be the `b` is the problem, isn't it? the download link is [here](https://www.haskell.org/ghc/download_ghc_7_10_3).
I run a 32-bit Debian Linux system with a 64-bit kernel and some 64-bit packages (using Debian multiarch support). The only available _current_ Haskell Platform I could find was the...