python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cabal: only work with checked in libraries in project directory
I would like to download all the dependencies of my cabal project to my project directory/repository and force cabal to never use ~/.cabal/ and never download any new dependency from the internet. The...
Marius Melzer
Votes: 0
Answers: 1
stack setup won't recognize changes in .cabal file
I've added "QuickCheck" to the "build depends" section of the .cabal file but when I do stack setup the "QuickCheck" section of the file gets removed and I get this error...
artin ghasivand
Votes: 0
Answers: 1
How to create haskell cabal package as output of haskell code?
The Haskell project I am working on generates code(and tests for it) that is intended to be used as an independent Haskell library. I want to wrap it in a cabal project, so it can be included as a dep...
FrogOfJuly
Votes: 0
Answers: 1