Results 55 comments of Teo Camarasu

Now that 9.4 has been released I'll try to tidy this up in the next couple of days

Currently everything builds except `servant-auth-swagger` and `servant-auth-docs` as they require `doctest` to build and afaik that's not been updated to work with 9.4. All the tests that can be compiled...

Still waiting on some things but I've updated the overrides and listed the allow-newers

Just a quick update on this. We are still waiting on sol/doctest to support 9.4 as well as the postgresql packages to bump bounds.

I've rebased on top of master and updated the cabal.project to use sol/doctest HEAD, which supports 9.4. I have the doctests passing locally now. We are waiting on some hackage...

I've added a commit that implements that option.

Some stats about Distribution.Simple.Setup.Config: time to compile: - all classes: 8.37s - without Semigroup, Monoid: 7.59s - without Semigroup, Monoid, Binary: 6.08s - without Semigroup, Monoid, Binary, Structured: 5.69s -...

Thanks! I've been meaning to finish off this PR. I'll see if I have some time this week.

I've also run into the issue with branches. For me, setting `nix-sha256` in the stack.yaml file fixed this, eg: ``` - github: funketh/random-fu commit: 2d38294582ba211df6a5a2b7f7a2c5e71038b0e7 # nix-sha256: shagoeshere ``` After...

I'll take a look at the doctest failures tomorrow