Matt Parsons

Results 208 comments of Matt Parsons

> GHC should be able to give cabal this info in a machine consumable cormat. Agreed, but it hasn't started doing that in the 4 years that this ticket has...

We've got ~176 files to track (and counting), and manually tracking them in the cabal file would be a major nuisance. But patching the wildcard behavior would suffice, though I...

If you're able to operate in an abstract monad, like `Quasi m => m _`, then you can provide a `newtype` around `Q` and define an instrumented [`qAddDependentFile`](https://www.stackage.org/haddock/lts-18.16/template-haskell-2.16.0.0/Language-Haskell-TH-Syntax.html#v:qAddDependentFile). But this...

Well, this is harder than I thought it would be. There are *multiple* ways to throw async exceptions! ## [`Control.Exception.throwTo`](https://www.stackage.org/haddock/lts-19.30/base-4.15.1.0/Control-Exception.html#v:throwTo) This calls `toException :: Exception e => e -> SomeException`...

I haven't looked at them yet. ```haskell catchJust :: HAS_CALL_STACK => (C.MonadCatch m, Exception e) => (e -> Maybe b) -> m a -> (b -> m a) -> m...

There is a warning on `Database.Esqueleto` since version 3.5.0.0 which was uploadedin May of 2021, and has been on Stackage LTS since [18.1, released July 5th 2021](https://www.stackage.org/lts-18.1). I'm curious what...

`esqueleto-4` has not been released yet - you're on a pre-release git branch, so that does give us some time to improve this experience. Still, I'm not exactly sure what...

I think we can fix this just by generating the `Maybe record` instances of `SqlSelect`, `ToAlias`, `ToAliasReference`, etc.

I think we can reuse that info for the #344 stuff too!

Hey, I'm sorry it's taken me a long time to look at this. I'll review it today.