Alexander Thiemann
Alexander Thiemann
Yes, that's a great idea! Funblog is older than users (and has not been updated since), that why it does not use it yet. If you or anyone would like...
You could try using https://github.com/commercialhaskell/stack to skip aroud those issues ;)
You can add dependencies that are not on stackage to stack
What's the error? Are you running two queries in parallel? Can you maybe share all your code?
Hm, currently the tests for persistent run with sqlite, too, w/o a problem. (See https://github.com/agrafix/users/blob/767ebed500a6268826f8550c5e03b5b8223be82d/users-persistent/test/Spec.hs#L18 ). I'd love to look in to it in detail, but it will have to...
I think a good way to fix this would be to switch over to a monadic user interface holding the backend inside a reader.
Yes, like persistent. Moving the parameter to the end will make the interface akward if you run multiple actions in runUser?
Currently, I can call the tool with `hackage-diff conduit 1.1.5 ~/tmp/conduit-1.1.6/dist/doc/html/conduit/conduit.txt` to see the API diff between conduit `1.1.5` and the local conduit `1.1.6`. What I would like to do...
That's true, but this way one could include it in the CI pipeline and have it enforced (or at least checked) automatically. > Am 23.12.2016 um 12:13 schrieb Tim C....
Yes, that sounds great! Then everything else can be implemented around it via script.