Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support gRPC 1.46.3 (also fix builds on Darwin) #138

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jul 28, 2022

  1. Update Nix setup to work with latest release-22.05 nixpkgs pin

    This is a partial step to support gRPC 1.46.3 (from that nixpkgs pin).
    unclechu committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    ffdd8f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d970b47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93fed04 View commit details
    Browse the repository at this point in the history
  4. Add stack.yaml.lock file

    unclechu committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    aece98a View commit details
    Browse the repository at this point in the history
  5. Fetch patch for data-diverse from GitHub repo

    My merge request was merged so the patch is already in the repo.
    unclechu committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    fac34c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8895c38 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    add6320 View commit details
    Browse the repository at this point in the history
  2. Pin overridden Haskell dependencies

    So that applied patches always work
    unclechu committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    926a9d9 View commit details
    Browse the repository at this point in the history
  3. Add missing pipes and tasty-hunit for the nix-shell

    So that now the tests can be ran successfully by:
    
    ```
    cabal configure --enable-tests && cabal build && cabal test
    ```
    unclechu committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    2cf0feb View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Configuration menu
    Copy the full SHA
    c0c4b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5df3fdd View commit details
    Browse the repository at this point in the history