haskell-platform Questions

1

Solved

I am having an issue with building a shared library with ghc and I think I need to rebuild my haskell packages with --enable-shared, is there an easy way to rebuild all of my packages with cabal wi...
Doorstep asked 2/11, 2011 at 13:42

4

Solved

So, this is a bit of a personal problem, but maybe people will have good advice or workarounds. The problem is about installing cabal-install and haskell-platform under Debian. When you apt-get i...
Hydnocarpate asked 21/3, 2011 at 16:52

1

Solved

I asked this on Haskell-cafe, and the only answer I got was -- try stackoverflow, it is more closely watched. When I try to install the latest Haskell Platform, the installation always fails. I'v...
Fusspot asked 1/7, 2011 at 0:35

3

I want to know which libraries, functions, and concepts I definitely should know about and how to use. Monad and the functions there is the typical example, but there are other good primitive...
Certainly asked 14/5, 2011 at 17:50

2

Solved

I've recently upgraded my OS to Snow Leopard, which broke my GHC. I was able to fix it on one machine by adding flags for 32-bit compiles in /usr/bin/ghc (something like -optl -m32 -opta -m32 -optc...
Laufer asked 14/11, 2009 at 6:42

1

I have been trying to install Haskell Platform and cabal-install installed on Linux in user-space on a system that doesn't have the GNU Multi-Precision package (GMP) installed. I managed to get GH...
Markusmarl asked 1/4, 2010 at 4:42

2

Solved

The standard way to share a Haskell library with other programmers is to create a Cabal package and upload it to http://hackage.haskell.org. I've written a library I wish to share, and I've success...
Valdes asked 6/4, 2010 at 19:23

© 2022 - 2024 — McMap. All rights reserved.