Adam Bergmark
Adam Bergmark
I'll ask my colleagues about it tomorrow.
To clarify here as well, this is a regression in `HTTP-4000.2.17`, `4000.2.16` does not have this problem.
Yep, that's the offending commit!
tomjaguarpaw/haskell-opaleye#92
Yep, Everything else should work with 0.4. My suggestion for opaleye [is here](https://github.com/tomjaguarpaw/haskell-opaleye/issues/92#issuecomment-143681655). I forgot to ping tom again, I'll do that now.
I added a revision here: https://hackage.haskell.org/package/multiset-0.3.3/revisions/ So 7.6 builds should pick the previous working version. Still, this should also be resolved in the repo using either solution tom suggested.
I'm getting a different error: ``` src/Ignore/Types.hs:30:10: error: • No instance for (Semigroup FileIgnoredChecker) arising from the superclasses of an instance declaration • In the instance declaration for ‘Monoid FileIgnoredChecker’...
I got stuck on this as well, could someone give an example of how to extract captures? I'm trying to do something like ```haskell _getMyTwoCaptures ("x,y" ?=~ [re|(.),(y)|]) == Just...
Thanks! i got it working now. I think I expected the Replace module to only deal with replacement, so I never looked in there.
Have these issues all been resolved in scala 2.12 or is there something remaining?