cabal-install Questions
2
I'm using OS X 10.8.2 with Haskell Platform 2012.4.0.0. When updating packages with cabal install, the binary symlinks don't get updated to point to the new binary versions. I must delete the symli...
Marginal asked 11/1, 2013 at 12:17
1
Solved
I've been working on a Haskell library package which requires a custom .dll and .lib on Windows to talk to some OS APIs. The .lib is linked into the library with the extra-libraries field and the D...
Salivate asked 2/7, 2013 at 22:56
1
I've been trying to use cabal-install as a way to build and, more importantly, test my haskell projects, a bit alike to the way Maven is used in Java projects, mainly because it seems to be a good ...
Davinadavine asked 23/2, 2013 at 10:4
1
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...
Chalmers asked 15/2, 2012 at 20:48
1
Solved
I've trying to do cabal install hoogle but there is a hickup with the haskell-src-exts-1.13.5 dependency:
Configuring haskell-src-exts-1.13.5...
setup: The program happy version >=1.17 is requi...
Trews asked 14/5, 2013 at 4:49
1
Solved
I've implemented a custom preprocessor which creates *.hs files form *.tpl files. It is specified in Setup.hs by using a Build-Type: Custom. Everything works fine, but I can't create tar.gz package...
Corn asked 27/4, 2013 at 21:21
1
I'm trying to install Cabal-dev on windows 7.
I've managed to get past the problem with not being able to build network by using this:
cabal install --constraint="network installed" cabal-dev
...
Attainder asked 18/11, 2012 at 17:26
1
(Before I start: I'm going to use Cabal for Everything that has Cabal in its name and has something to do with Haskell.)
Having had the usual "you need to update X to install Y, but this wil...
Shing asked 29/10, 2012 at 21:50
1
Solved
After making cabal install of the darcsden code I get this message:
cabal: The following packages are likely to be broken by the reinstalls:
bin-package-db-0.0.0.0
ghc-7.4.1
Use --force-reinstalls...
Tetanic asked 22/6, 2012 at 19:53
1
Solved
I'm trying to get Cabal to install the haskell-src-meta package, and I'm having difficulty with the template-haskell dependency. The dependencies for haskell-src-meta include both
template-haskell...
Quinlan asked 11/3, 2012 at 17:51
1
Solved
I'm trying to install hspec, but I'm getting this:
$ cabal install hspec
Resolving dependencies...
cabal: dependencies conflict: ghc-7.2.2 requires containers ==0.4.2.0 however
containers-0.4.2....
Nodab asked 9/2, 2012 at 18:52
2
Solved
I'm trying to set up Haskell from scratch, on Ubuntu 11.04, without using the outdated Debian repository or Haskell-Platform.
I've installed GHC-7.0.4 from source with no problem, and now need to ...
Burnisher asked 17/11, 2011 at 10: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'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 workfl...
Exieexigency asked 15/9, 2011 at 14:8
1
Solved
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 t...
Barela asked 12/9, 2011 at 0:40
2
Solved
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 in...
Fairway asked 6/7, 2011 at 13:56
3
Solved
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 fa...
Pyrrolidine asked 14/12, 2010 at 1:12
1
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 g...
Krystalkrystalle asked 10/12, 2010 at 3:19
3
Solved
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
$ ...
Pippas asked 25/6, 2010 at 16:40
© 2022 - 2024 — McMap. All rights reserved.