Simon Hengel

Results 155 issues of Simon Hengel

## Proposal We already have: - `--ghc-options` specifies options that are used for compilation. - `--with-ghc` specifies the executable that is used for compilation. - `--repl-options` specifies options that are...

type: enhancement
priority: high :fire:

With `closeManager` being deprecated and doing nothing, is there still some means in the public API to precisely control when connections are getting closed? One situation where I need this...

https://github.com/haskell/primitive/pull/402/files was never published to Hackage. Is there anything I can do to move this forward?

## Summary I want Hspec to optionally produce JSON output. ## Motivation My primary use case is to allow tools like [`hspec/sensei`](https://github.com/hspec/sensei) to access the source location of failing expectations...

Currently, access tokens are scoped to the user account. I use these tokens to automate Hackage releases. For packages that I co-maintain with a group of people, I would strongly...

enhancement
help wanted

I think I just got this wrong when I originally implemented this (https://github.com/haskell/attoparsec/commit/888b7d70a9dbbf4d58d349ca444f18f6560c8d61, https://github.com/haskell/attoparsec/commit/0265427d09d64e3292cb77cfecca4679ef60ccc3). When you parse a constant string it is not really useful to inspect the parse result....