Alejandro Serrano

Results 224 comments of Alejandro Serrano

I have pushed a second commit moving from `unliftio` to `monad-control`. This makes the library more powerful at almost zero cost, since more types implement `MonadBaseControl IO` than `UnliftIO`. In...

Since we really needed these changes, we have published a [fork in Hackage](https://hackage.haskell.org/package/tracing-control-0.0.6). Sorry for any inconvenience, but otherwise we could not move forward with our project :(

I would be happy to prepare a new PR. A question remains, though: this library uses `unliftio`, whereas I needed support for `monad-control`. Does it make sense to have everything...

In theory there is now support for multiple public libraries in a single package, so people could depend on `tracing:control`. However, you need a recent version of Cabal, and there...

Yes, that's true. But often you want to use only one of those, because they come with their own "ecosystem" of surrounding libraries. I think many people would dislike a...

I don't user intero myself, but I am willing to merge a pull request with information about it :)

@paldepind Did the solution by @tmbull work for you? If so, I can add it to the tutorial.

It seems that by the way `ghc-mod` configures the project, it is finding two `network` packages in your system. You might try asking in the `ghc-mod` project tracker, whom may...

Sorry, but I don't really know what might be going on, I am not a `haskell-mode` developer myself. My suggestion is to ask the question in the `haskell-mode` project instead...