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

Expose finalPackages #68

Merged
merged 12 commits into from
Feb 8, 2023
Merged

Expose finalPackages #68

merged 12 commits into from
Feb 8, 2023

Commits on Feb 8, 2023

  1. Expose finalPackages

    roberth committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b820aef View commit details
    Browse the repository at this point in the history
  2. Check docs

    roberth committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c85013c View commit details
    Browse the repository at this point in the history
  3. Add docs.sh script

    roberth committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c93938e View commit details
    Browse the repository at this point in the history
  4. runtest.sh: Only show log when failed

    1000 lines should generally be enough to show the whole log.
    If more, you'll be iterating the problem anyway; it doesn't log
    that much and extra log lines are proportional to the problems found.
    roberth committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e581f40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7729db0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a44c282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f3e97b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f4c35e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #71 from srid/expose-finalPackages--srid

    Keep all project config in haskell-project.nix
    roberth authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ab3e200 View commit details
    Browse the repository at this point in the history
  10. Make runtest.sh work on macOS

    - `-e` is not recognized by macOS's zsh's echo command
    - Use current system when building the check
    srid committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    421b7f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f14492f View commit details
    Browse the repository at this point in the history
  12. Add a note to CI

    srid committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c66cd64 View commit details
    Browse the repository at this point in the history