cabal-install Questions
2
Solved
I have been reading this StackOverflow post in which we are advised to use the haskellng package set.
I have also read this but I did not understand what haskellng is.
I have read this too, but ...
Candycandyce asked 20/6, 2015 at 11:20
0
What is the recommended procedure for profiling under GHC 7.10.1 and cabal 1.23? The profiling-related error and warning messages from GHC and cabal-install are very inconsistent.
Try to run an ...
Farmhouse asked 10/6, 2015 at 11:29
2
Solved
I can't compile a simple hello world or install packages with cabal install when using ghc 7.8, cabal 1.18.1.3 and cabal-install 1.18.0.2.
When doing a cabal install stm (or any other package) fr...
Downcomer asked 10/3, 2014 at 3:45
2
Solved
I have a machine that doesn't have internet access at all.
I installed the Haskell Platform on it using the installer which I got from another machine through a pendrive.
Now I want to install the...
Allot asked 15/2, 2015 at 4:7
1
Solved
Which actions does the term "configure" cover in the command cabal configure?
I have read through documentation, but everything I can find essentially says "configure configures", or install also ...
Kenleigh asked 26/12, 2014 at 2:44
1
Solved
I've got two packages that I'm developing, A and B. Package B depends on A.
A was developed in it's own sandbox, and a similar story goes for B:
A> cabal sandbox init
A> cabal install --ena...
Erne asked 11/12, 2014 at 17:32
1
Solved
I currently have a Yesod web application that I am developing on NixOS. I am using a default.nix file like described in O'Charles' blog post:
{ haskellPackages ? (import <nixpkgs> {}).haskel...
Koonce asked 30/11, 2014 at 16:17
1
Solved
Let's suppose I have no the HsColour program installed and I install QuickCheck
$ cd /tmp/
$ cabal get QuickCheck
$ cd QuickCheck
$ cabal install
...
[ 1 of 15] Compiling Test.QuickCheck.Random
...
Trio asked 6/11, 2014 at 16:55
1
Solved
When I do cabal --version I see:
cabal-install version 0.14.0
using version 1.14.0 of the Cabal library
so what's the difference? i thought that when i do cabal build i use only one program. wh...
Suspend asked 2/11, 2014 at 22:34
1
Solved
The cabal install of yesod-platform hangs downloading xss-sanitize. NetHogs shows no network activity related to this download.
$ cabal install yesod-platform
Resolving dependencies...
Downloading...
Crockery asked 30/9, 2013 at 22:38
1
Solved
When I install Haskell/GHC+cabal via sudo apt-get I installed cabal version 1.16. This is obviously not the most up to date version. How would I go about upgrade to at least version 1.18? I tried d...
Shipe asked 18/9, 2014 at 1:2
1
Solved
I'm new to Cabal, and this phrase "only already installed instances can be used" doesn't make any sense to me.
$ cabal install base==4.7.0.0
Resolving dependencies...
cabal: Could not resolve depe...
Auriscope asked 4/9, 2014 at 8:50
1
Solved
I've successfully created a ghc cross compiler, that allows me to compile haskell code for armv6h (raspberry pi in my case) from my x64 linux machine.
I've successfully run a hello world program o...
Obstetrics asked 10/9, 2014 at 12:48
1
Let's say I have three of my own packages, A B & C, with dependencies on lots of additional packages in Hackage. I'm using cabal 1.18.
C depends on A & B.
B depends on A.
A & B have t...
Kerril asked 13/8, 2014 at 5:56
2
Solved
I tried to install curl, the haskell package like so:
cabal install curl
The relevant error is:
configure: error: curl libraries not found, so curl package cannot be built
Where are these "cu...
Basilius asked 2/8, 2014 at 18:16
2
Solved
When installing a package with cabal-install, it will also indirectly install all the dependencies. Given a certain package in my .cabal/packages folder that I didn't directly install, is there a w...
Diarrhea asked 4/1, 2014 at 22:4
1
Solved
Using cabal repl seems to do nothing at all when used on library projects, but works fine for executable projects. Is this expected behavior that I just don't understand?
If I have a file containi...
Gable asked 2/6, 2014 at 18:23
1
Solved
In my ~/.cabal/config file, I have
require-sandbox: True
According to the Cabal User Guide, I should be able to override this like so:
amy@wombat$ cabal install xmonad xmonad-contrib --no-requi...
Byssus asked 8/5, 2014 at 14:10
0
I tried to install few modules this morning to get Eclipse FP to work, scion-browser and buildwrapper failed.
[root@localhost ghc-mod]# cabal install scion-browser
Resolving dependencies...
cabal...
Chambermaid asked 24/4, 2014 at 19:22
1
Solved
After some of the recent-ish changes to cabal, I am totally confused as to how to profile an executable. In ~/.cabal/config, I have profiling enabled:
amy@wombat$ grep prof ~/.cabal/config
library...
Aggrieved asked 8/4, 2014 at 15:57
2
Solved
I am having lots of problems with cabal-install:
1: Every time I do cabal update, it tells me to do cabal install cabal-install, so I do, and then when I do cabal update again, it says the same thi...
Redheaded asked 8/12, 2013 at 23:33
2
Solved
I'm messing around with the plugins package however I bumped into a problem.
Here's the code:
Util/Header.hs
module Util.Header(PT(..)) where
data PT a = PT a deriving Show
Plug.hs
module Pl...
Willman asked 6/12, 2013 at 14:38
1
Solved
When reinstalling a package using Cabal, one usually sees this warning:
Warning: Note that reinstalls are always dangerous. Continuing anyway...
What are some of the reasons behind this messag...
Cowan asked 30/10, 2013 at 19:55
1
Solved
Currently I am using cabal-install 1.16.0
I tried to update cabal-install because someone told me that newer version of ghc (7.6.1) is available. Installation result was quite successful except fo...
Zachary asked 29/3, 2013 at 2:40
1
Solved
I have Windows XP and Haskell Platform 2013 installed on it. When I want to compile my code on some computer, which has not Haskell Platform installed on it, and I'm not allowed to install anything...
Mcclintock asked 25/9, 2013 at 14:2
© 2022 - 2024 — McMap. All rights reserved.