Ryan Scott

Results 269 comments of Ryan Scott

> For your use case, focused in use ghc directly, i would try the `cabal install --lib lens --package-env=./ && ghc(i) file.hs`. Admittedly, I've never been able to figure out...

Indeed, this prevents `cabal-install-3.8.1.0` from being usable from within [`haskell-ci`](https://github.com/haskell-ci/haskell-ci), which avoids putting compilers on the `PATH` by design.

I'm not actively working on this, but I would welcome a PR that implemented it.

Unfortunately, these revisions are causing various build failures for me ([`criterion` example](https://travis-ci.org/bos/criterion/jobs/428927697)). Also, these new version bounds are too conservative. `Data.Functor.Identity` was introduced in `transformers-0.2.0.0`, not `0.4.1.0`. The reason that...

If you are looking to save the figures in particular, you should be able to right-click on a figure in a web browser and Save Image As. For example, after...

> Well, it is good but I have a plenty of figure results in the report, do I have to do this one by one manually? Is there any command...

[`attoparsec-0.13.2.3`](http://hackage.haskell.org/package/attoparsec-0.13.2.3) is now on Hackage, which features support for GHC 8.8.1 (through #162). I think this issue can be closed now.

Hi @bruno-cadorette, sorry it's taken me so long to get around to this. Are you still experiencing this issue? I tried running your example, but I ran into this: ```...

True. However, @lambdacalculator did request that the _tutorial_ in particular be updated with an example of how to do this, and there doesn't appear to be anything of the sort...

Thanks for the PR, and for confirming that this is in relation to ongoing work in `optparse-applicative`, which is helpful context to keep in mind. One thing that I feel...