Timothy Emiola

Results 6 issues of Timothy Emiola

- if a description follows a summary, the summary is used as a title and the lines of description form a body. - if a description occurs without a preceding...

- Added a new sub package just for testing - the subpackage takes the built executable as a build dependency and runs the tests

E.g. the version of each override and what options are set

enhancement

This should be done in various places - [x] In the haskell implementation (completed in #49 ) - [ ] In each of the integration test fixtures - [ ]...

enhancement

- the integration tests added in #24 all build the same thing - the 2 passing tests specify their dependencies using cabal2nix with - 1. cabal uris: `cabal://my-package-id` - 2....

bug
wontfix

Hi, and thank you for producing a really useful extension to servant I'm trying to use it with [servant-auth](https://github.com/haskell-servant/servant-auth#readme). I declare a route that uses both `RawM` and `Auth` in...