Mitsutoshi Aoe

Results 76 comments of Mitsutoshi Aoe

> markdown から有効なコードブロックだけを抽出して、モジュールファイルに変換するツール これには https://hackage.haskell.org/package/markdown-unlit というパッケージがあります。ただしdoctestのようにghciのセッションとしてテストする機能はないので、必要であれば自作する必要があります。

I ran into the second error on macOS Big Sur with current master (87c64776). FWIW I was able to work around the issue by using a real gcc instead of...

@oerjan Could you elaborate a bit on how to use those functions? In general, wouldn't it be too restrictive if `Forall (Pure m)` doesn't imply `Foreall (Pure (ReaderT r m))`...

Thanks for reporting the issue. I was aware of it as the daily builds on Travis have been suffering from it for a while but haven’t gotten around to fixing...

Uploaded https://hackage.haskell.org/package/lifted-async-0.10.0.2 that ignores the failure.

We may need to fix haskell/ghc-events#14 as well since it causes ghc-events to crash when reading back serialized events for eventlogs that contain deprecated events.

@Mikolaj Sorry for the delay. I don't have much time to spend for OSS projects recently. Could you or anyone who has permissions please take care of issues/PRs?

Do you have more detailed log messages? Also does the Windows binary for [v0.2.11](https://github.com/haskell/ThreadScope/releases/tag/v0.2.11) work?

> Do I need to add switches for more verbose output? Probably `cabal build` with `-j1` is enough to see what's going. Thanks.

``` Package cairo was not found in the pkg-config search path. Perhaps you should add the directory containing `cairo.pc' to the PKG_CONFIG_PATH environment variable No package 'cairo' found ``` Apparently...