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

Use hpack not cabal #626

Merged
merged 15 commits into from
Feb 15, 2019
Merged

Use hpack not cabal #626

merged 15 commits into from
Feb 15, 2019

Commits on Feb 14, 2019

  1. Use hpack not cabal

    Adds *.cabal to gitignore
    Generates package.yaml using [`hpack-convert`](https://github.com/yamadapc/hpack-convert)
    ChrisPenner committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    779fc8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b8578b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c59887 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65d47dd View commit details
    Browse the repository at this point in the history
  5. Fix proto compilation for types-common-journal

    hpack-convert didn't recognize the custom setup cabal flag
    ChrisPenner committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    d23edb5 View commit details
    Browse the repository at this point in the history
  6. Don't warn on non-portable import paths

    If we warn on it, it will fail due to -Werror
    I believe these errors come from using Cabal2;
    but I have little evidence to support it.
    ChrisPenner committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    9cbcc07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc638bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d0b357 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44ad973 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b291a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dab5f79 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    87c216b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5d7d36 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    bf384d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbec2ee View commit details
    Browse the repository at this point in the history