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 cabal executables as flake apps #137

Merged
merged 32 commits into from
Apr 19, 2023
Merged

Commits on Apr 4, 2023

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

Commits on Apr 6, 2023

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

Commits on Apr 10, 2023

  1. haskell-project.nix: use justStaticExecutables to limit docker size

    Co-authored-by: Sridhar Ratnakumar <[email protected]>
    shivaraj-bh and srid authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    0098b89 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    ab0d5f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0394a View commit details
    Browse the repository at this point in the history
  3. parser.nix: formatting

    shivaraj-bh committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0a30674 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d82e2cc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    0549503 View commit details
    Browse the repository at this point in the history
  2. Add "apps" to autoWire

    srid committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9c3311b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. refactored find-haskell-paths to haskell-parsers

    Use more meaningful variable names
    shivaraj-bh committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    0584559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9711734 View commit details
    Browse the repository at this point in the history
  3. meaningful variable names

    shivaraj-bh committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    18b7974 View commit details
    Browse the repository at this point in the history
  4. formatting

    shivaraj-bh committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    37b2abd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46ee199 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69acffd View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

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

Commits on Apr 16, 2023

  1. Changelog and readme

    srid committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    e1d614c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    991d00d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Do not define a function that returns an attrset; define an attrset t…

    …hat returns functions
    
    The "projectRoot" top-level argument was also unused in the 2nd
    function.
    srid committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    159edd7 View commit details
    Browse the repository at this point in the history
  2. Rename

    srid committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4c3e471 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    srid committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1f63b7d View commit details
    Browse the repository at this point in the history
  4. Decouple appType

    srid committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3ee7c78 View commit details
    Browse the repository at this point in the history
  5. Give credit

    srid committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    2b9bcdb View commit details
    Browse the repository at this point in the history
  6. Remove redundant argument

    srid committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    38ef1e0 View commit details
    Browse the repository at this point in the history
  7. Use qualified; and callPacakage

    srid committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    10b13ef View commit details
    Browse the repository at this point in the history
  8. Refactor for legibility

    srid committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    8d99363 View commit details
    Browse the repository at this point in the history
  9. Use a sensible variable name

    srid committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d69f59f View commit details
    Browse the repository at this point in the history
  10. Rewrite as buildPackageInfo

    Makes sense to isolate the package info processing into its own
    function.
    srid committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4284a52 View commit details
    Browse the repository at this point in the history
  11. test.sh: make executable

    srid committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    2e170a6 View commit details
    Browse the repository at this point in the history
  12. appType: s/callPackage/import

    srid committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    c45185a View commit details
    Browse the repository at this point in the history
  13. Final cleanups

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