python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Unable to Stack Build a Haskell Project when using postgresql-simple
Machine: M1 MacBook Pro
Stack GHC: 9.0.2 (but I have also tried multiple 8.X versions)
For context, I am very new to stack and cabal. I have done MOST of my Haskell work in a pure LeetCode/Math set...
Michael Jones
Votes: 0
Answers: 0
Cannot profile a build with stack LTS 19.2 (GHC 9.0.2)
I am trying to build a profilable executable with stack build --profile. stack build, stack test, and stack ghci all work correctly. (Full repo for reference)
I get many errors like the following:
Sta...
Xavier Shay
Votes: 0
Answers: 1
Why am I getting an ioctl error in Visual Studio but not in Stack while trying to implement multiple test files in Hspec?
I am trying to implement a multi-spec file testing suite for a project in Haskell, using hspec-discover:
-- this goes in Spec.hs
{-# OPTIONS_GHC -F -pgmF hspec-discover #-}
This should allow me to us...

Azathoth
Votes: 0
Answers: 1
Stack don't want to build my haskell project
I'm trying to build my haskell stack project (new project), but I get this
Writing implicit global project config file to: /home/toor/.stack/global-project/stack.yaml
Note: You can change the snapshot...

user17221096
Votes: 0
Answers: 0