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)
stack: download dependencies to repo to transfer on other machine
I would like prepare a haskell project repository, currently using stack, such that it includes already all dependencies and stack can run without internet connection.
Background: The project director...
Marius Melzer
Votes: 0
Answers: 0
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
Failed to build Distribution.Simple package using stack in Haskell
the stack command stack new my-project creates a auto-generated file Setup.hs with contents:
import Distribution.Simple
main = defaultMain
but my vs code intellisense just tells me
Could not load ...

Mark Peter
Votes: 0
Answers: 1
Haskell stack in a project-specific location
I'm following the guide here, which tells me:
The stack setup will download the compiler if necessary in an isolated
location (default ~/.stack) that won't interfere with any system-level
installatio...
Mittenchops
Votes: 0
Answers: 1