Jeremy Shaw

Results 45 comments of Jeremy Shaw

There are two uses of `fail` in that file. The one in the `Get` monad should be ok, since there is a `MonadFail Get` instance. But the `Put` one needs...

If you add me as a maintainer here and on hackage, I can upload a new version. I maintain this library, https://github.com/stepcut/minecraft-data And it currently does not build on anything...

This would be neat. Especially if the extra backends can be put in separate packages as suggested.

I have no idea how anything works in plugins (I didn't write it). But if someone makes a pull request I'll gladly merge it and release it on hackage.

Nope. Every week I have lofty plans about how _this_ is going to be the week I really make some progress on it. But then something else higher priority comes...

Hello! I was just thinking last week that I need to dedicate Friday's to working on hyperdrive. I am going to start by blogging about various approaches to verified parsing...

So, I have previously replaced the WAI stuff with Happstack, https://github.com/happstack/servant-happstack But it is very bit rotten because I have not had time to merge the many servant changes since...

Yes. In fact, accepting PRs and uploading a new version to hackage is the only work I do on this package.

Given the limited number of users of this package, GHC 8.10 sounds reasonable. If someone really needs to use an older compiler, they can just use an older version of...

To work around this I hacked my `configuration-ghc-7.10.x.nix` file to disable the test suites for aeson and scientific: ``` diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index 6a7fe29..9b63e72 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix...