Philipp Hausmann

Results 9 comments of Philipp Hausmann

We have run into this problem as well. For now we have patched our Hydra to disable the restrictions, but that is not really a proper fix ....

True, that doesn't help for ``String``. It should read ``MonoFoldable`` instead of ``Foldable``, where ``MonoFoldable`` is the monomorphic version of ``Foldable``. I think I will try this out in my...

Just to let you know, just ignoring most of the CPAN modules did work fine. The only two packages that I used from the bundled copies where DBIx and SQL,...

If they are transitive dependencies of some other dependency the get pulled in, else not. I just kept adding libraries until things started working. It could be that I am...

It looks like grpc-haskell-core has never been uploaded on hackage, a package not found error is returned: http://hackage.haskell.org/package/grpc-haskell-core

You could also just dump the schema of the current Hydra DB, that way you can get rid of the old Hydra migrations (e.g. ``pg_dump --schema-only --no-owner the_database``). In my...

I can try it with some examples and see if it works. I am actually not going to use the gl support myself, it is just that the wxhaskell library...

Having a coverage check for the pragmas would certainly be nice to have, but as we are in unsafe FFI territory anyway I think it is not that much of...