distributed-process-async icon indicating copy to clipboard operation
distributed-process-async copied to clipboard

Cloud Haskell - Asynchronous Execution

Results 4 distributed-process-async issues
Sort by recently updated
recently updated
newest added

This fixes the `stack build` parsing error. However, there seems to be a GHC error when calling `stack build`: ``` ghc: panic! (the 'impossible' happened) (GHC version 8.2.2 for x86_64-apple-darwin):...

Stack (>= 1.11) no longer supports this format for specifying extra dependencies to pull from github: ``` packages - location: git: https://github.com/bitemyapp/esqueleto.git commit: 08c9b4cdf977d5bcd1baba046a007940c1940758 extra-dep: true ``` See [here](https://docs.haskellstack.org/en/stable/yaml_configuration/#packages) for...

In the [Convenient Utilities](http://hackage.haskell.org/package/async-2.2.1/docs/Control-Concurrent-Async.html#v:mapConcurrently) section in `Control.Concurrent.Async` module of `async` package, there are many, well, _convenient utilities_ exposed for running lists of `IO` actions concurrently. Is there a reason that...

This includes a temporary override in stack.yaml until the pull request in `distributed-process-systest` is merged