Commit Graph

3 Commits

Author SHA1 Message Date
Joel Stanley
4987b2a27a
Change the nix-shell entry point back to grpc-haskell.env 2021-06-29 19:12:09 -05:00
Joel Stanley
82070a9b16
Use test-grpc-haskell as the default nix-shell entry
...as I believe this will be the most common reason to enter the `nix-shell` for
the project.
2021-06-29 08:53:45 -05:00
j6carey
75cf21839b
Port grpc-haskell[-core] to ghc-8.6 and modern tasty. (#77)
Note that even though we can now build grpc-haskell and grpc-haskell-core
with modern tasty, the environment in which we built those test programs
did not support actually running all them successfully, due to the need to test
generated code in the context of the appropriate libraries.  We do not yet
know whether test programs built with new versions of tasty would succeed
in the appropriate environment.  In principle this could be discovered, but
the work involved is far from trivial, and therefore we defer it to another
time.  Tests built with the old tasty still succeed.
2019-03-25 16:52:04 -07:00