Simon Hengel

Results 155 issues of Simon Hengel

There are two things that I lack the context and background to comprehend. 1. For what reason would these pragmas be needed in the first place? 2. What was the...

Looking at the code: https://github.com/haskell/alex/blob/e65958c688ba04f8b14c888d7b55f16532510f51/data/AlexWrappers.hs#L88-L90 This can be replaced by: ```haskell type AlexInput = (Int, -- current offset Data.Text.Text) -- input string ``` https://github.com/haskell/alex/blob/e65958c688ba04f8b14c888d7b55f16532510f51/data/AlexWrappers.hs#L98-L105 This can be replaced by: ```haskell...

- [ ] add `HACKAGE_AUTH_TOKEN` - [ ] rename default branch to `main` (or alternatively adjust `.github/workflows/publish.yml`) - [x] squash commits

Hi @JustusAdam, PR #72 sets up automated Hackage uploads via GitHub Actions. To complete the setup, could you please take the following steps to add a Hackage authentication token as...