Category "haskell-stack"

What is the suggested way of setting up Haskell on Archlinux?

Long story short, I'd like some guidance on what's the (best) way to have Haskell work on Archlinux. By work I mean all, in terms of the ghci command line tool,

How to debug a stack process being 'killed'?

I'm compiling a haskell file with $ stack ghc --resolver lts-12.5 --package raw-strings-qq myscript.hs and execute it with $ ./myscript Killed $ on my Ub

howto prebuild on gitpod with haskell and stack

I have checked out https://github.com/gitpod-io/template-haskell and merged samples for a book (haskell in depth) into my branch. Prebuilding has no effect, eve

Is there a way to tell stack that I want to use an older resolver by default?

How would I configure stack to use an older resolver by default? I know the resolver can be specified on the command line at build time and per project in the

Haskell Stack install package dependency from github

Is it possible to install a version of a package from github using Haskell stack? e.g. in a .cabal or a stack.yaml file, how can I point a dependency at a git

stack build error: attribute ‘ghc822’ missing, at (string):1:53

I am attempting to build my haskell project on NixOS. Running $ stack build gives the following error. $ stack build error: attribute ‘ghc822’ mis