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 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
STG machine unboxed values handling
I'm learning about lazy functional language evaluation and came across the STG machine. In order to understand it I'm building a small toy compiler for a functional language (to STG).
However there's ...
lav_shaun
Votes: 0
Answers: 1
How to build stack projects with external libraries on M1
I have a project that depends on the Hapstone package, which in turn depends on the Capstone library.
I build capstone like this:
cd /Users/ds3/Opt/
git clone https://github.com/capstone-engine/capsto...
Proof-By-Sledgehammer
Votes: 0
Answers: 0
can't install ghc in nixos
I installed minimal edition of nixos on vm,
and then install some pkgs like i3, firefox, code, ...
but
when i want to install ghc compiler of haskell i encounter with a problem
i used ghcup from its o...

xmoooz
Votes: 0
Answers: 1