zero-bs-haskell
zero-bs-haskell copied to clipboard
Learn Haskell, with tiny lessons.
Hello @alpacaaa! First off, thanks for this repo - I've had a great time working through the exercises! I've gone through them once by myself and I'm taking some people...
Solved by adding the following to stack.yaml: extra-deps: - regex-posix-clib-2.7 flags: regex-posix: _regex-posix-clib: true See https://github.com/haskell-hvr/regex-posix/issues/4 I don't know how the addition would behave on other operating systems.
Following the readme example with the steteful `counterHandler` I get the following error when trying to compile it: ``` • Couldn't match expected type: Server.StatefulHandler Int with actual type: Int...
I followed the step in the wiki where it says > That's absolutely fine, we'll fix it in a minute. First, we want to run our vanilla stack-generated Haskell project...