The cabal-install tag has no wiki summary.
7
votes
2answers
253 views
documentation cabal-install configuration file
The ~/.cabal/config stores configuration which cabal-install uses. I wanted to do some hackery on it. (Specifically, having multiple GHC versions installed, I wish to have separate documentation ...
6
votes
1answer
91 views
Error in cabal-installing hspec
I'm trying to install hspec, but I'm getting this:
$ cabal install hspec
Resolving dependencies... ...
6
votes
0answers
147 views
Reinstall all depending packages with cabal manually [closed]
Possible Duplicate:
Cabal not installing dependencies when needing profiling libraries?
Here is the situation. I want to install\reinstall package A with some new options or flags (for ...
6
votes
4answers
402 views
cabal-install and Debian
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 ...
5
votes
3answers
684 views
mysterious cabal-install problems
With a clean install of the "Haskell Platform". (OS X Snow-Leopard & Platform 2010.1.0.1), doing this causes simple sequence causes very weird cabal install behaviour:
$ cabal install time
$ ...
4
votes
1answer
256 views
Cabal install needs C library: Windows
I am trying to cabal install yesod on my Windows machine. I have a relatively fresh install of the Haskell Platform. The cabal install failed, reporting that I need the sqlite3 C library in order to ...
3
votes
1answer
201 views
How to use “cabal-dev ghci” with a non-sandbox, non-global (user?) package?
I'm trying out cabal-dev for a project I'm working on; the project is a library, and cabal-dev does a great job of building a sandboxed version of it - but I'm having trouble with part of my ...
3
votes
1answer
135 views
Xmonad build failed: cound not find module control.monad.reader
I'm trying to cabal install xmonad with profiling and I keep getting the error: cound not find module control.monad.reader
The error message suggested that I may not have installed the profiling libs ...
3
votes
3answers
888 views
starting xmonad
I'm completely new to xmonad but I'd like to start using it to boost my productivity.
This is the guide I've been using (I'm using Apple OS X Snow Leopard)
http://xmonad.org/tour.html#start
So far ...
3
votes
1answer
200 views
Issues with dependencies when trying to configure Setup.hs despite having dependencies installed
I've been provided with a Setup.hs file, along with another .hs file that contains the source code. Whenever I try to configure the install by the following:
runhaskell Setup.hs configure
I get ...
3
votes
2answers
136 views
Weird error during derive-2.3.0.2 build
I am trying to install the "yi" editor using cabal-install, which in turns installs the package 'derive-2.3.0.2'. I get the following error during derive's compilation:
[53 of 58] Compiling ...
2
votes
2answers
143 views
How do you install packages/libraries without Cabal or Cabal-Install?
I'm trying to set up Haskell from scratch, on Ubuntu 11.04, without using the outdated Debian repo or Haskell-Platform.
I've installed GHC-7.0.4 from source with no problem, and now need to install ...
2
votes
1answer
168 views
Cabal Update and Package Installation Errors
When I do cabal install criterion
I get the following error regarding the package vector-algorithms
Warning: The package list for 'hackage.haskell.org' is 16 days old.
Run 'cabal update' to get the ...
2
votes
1answer
163 views
cannot install yesod
I follow installation steps given on http://www.yesodweb.com/book/TXKGPHUZXDLYRGF
the command "cabal install alex happy" fails with the error below.
what is wrong? I am totally new. this is my first ...
2
votes
1answer
302 views
wxHaskell fails because it depends on wx_macu-2.8
I install wxWidgets with macports then ran the command: sudo cabal install wx which output included:
/bin/sh: wxdirect: command not found
/bin/sh: wxdirect: command not found
/bin/sh: wxdirect: ...
1
vote
1answer
49 views
Reinstall behavior of cabal-dev
The latest cabal-install that I've been using (0.13.3, from the darcs repo) is nice; it lets you know when you might break your GHC installation with reinstalls. What I want to know is this: suppose a ...
1
vote
0answers
44 views
How to Iterate Over Modules in Cabal Package
What's the best way to iterate over all the modules (files) in a given package? Concretely, suppose I have
an executable called "runThis"
a cabal package P with files F1.hs, F2.hs, ..., Fn.hs
...
1
vote
3answers
356 views
Registering multiple versions of packages with `ghc-pkg`?
I'm trying to install GHC and Cabal on FreeBSD 8.1.
I've installed GHC 7.0.1 (because it's current stable release) and now trying to install Cabal (to install cabal-install), but it fails with this ...
1
vote
1answer
294 views
Installing a Haskell package from Hackage through Cabal gets stuck at dependency resolution
Here is the output from verbose mode. I know this used to work for me before but now this happens. I've tried it with other packages and got the same result.
$ sudo cabal install ...
0
votes
0answers
6 views
Cabal fails with proxy with authentication
This is a well-known bug that cabal can not handle proxies in format http://user:password@host:port format. On Haskell mailing list, someone suggested a patch to overcome this but that patch is now ...
0
votes
0answers
58 views
Haskell Cabal: “package indirectly depends on multiple versions of the same package”
After clearing out all of my cabal installed packages, I ran this following session:
$ cabal update
Downloading the latest package list from hackage.haskell.org
james@bast:~/.cabal/packages$ cabal ...
0
votes
1answer
360 views
cabal-install-0.10.2 failed during the building phase
I was trying to install haskeline, it's my first time installing using cabal, and here is what I got. What should I do?
. sudo cabal install haskeline
Password:
Config file /Users/arie/.cabal/config ...
0
votes
1answer
306 views
-package Cabal-1.8.0.6 breaks pango installation on Mac
When installing Haskell pango on mac (sudo cabal install pango), the first problem is that it tries to install packages I've already installed. I've install haskell98 (successfully), but pango tries ...