Andrii Demydenko

Results 16 comments of Andrii Demydenko

We have our Prelude which uses micro-lens and re-exports some it's functions. And we have our project which uses lenses (because micro doesn't allow to make this: ``` content =...

Oh, I'm sorry I'm using Arch linux > worm2fed@tarvos ~ $ uname -a > Linux tarvos 4.4.1-2-ARCH #1 SMP PREEMPT Wed Feb 3 13:12:33 UTC 2016 x86_64 GNU/Linux > worm2fed@tarvos...

It's strange that there is only one test failure. Okay, I'll try it.

I tried to use openblas but it's still bad. Tomorrow I'll read the article and try to use ATLAS. Thank u

@Bidski as I can remember - no =( it was kind of experiment and now I can't even remember what I wanted to do...

@vrom911 pipeline failed, sorry - created this PR via browser and forgot to import `stdout` Also, there can be same issue with other actions (like `ByteString`), but I didn't test...

@vrom911 seems like you need merge it by yourself: > Merging is blocked The base branch restricts merging to authorized users. [Learn more about protected branches.](https://docs.github.com/articles/about-protected-branches/)

https://github.com/haskell/text/issues/442

@tonyalaribe take a look at this example project https://github.com/kowainik/piece-of-cake-slayer

I've found that problem was with `HasCallStack` constrain, so when I've added it - it's working as expected: ``` type WithLog m = Colog.WithLog Env Log m union :: WithLog...