generated from vst/haskell-template-hebele
-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade to nixpkgs v25.11, Housekeeping, Chores #35
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
545ae4d
fix(deps): upgrade nixpkgs to v25.11, bump flake inputs
vst f8e2ba9
chore(nix): update flake.nix description
vst a53cd8f
refactor(dev): adopt latest updates to vst/haskell-template-hebele
vst 08479c1
refactor(format): reformat codebase
vst d1aa85b
chore: fix various spelling issues
vst File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| name: "Check Static Build" | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| check: | ||
| runs-on: "ubuntu-latest" | ||
|
|
||
| steps: | ||
| - name: "Checkout Codebase" | ||
| uses: "actions/checkout@v6" | ||
|
|
||
| - name: "Build Static Executable" | ||
| run: | | ||
| bash ./build-static.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| *.cabal | ||
| *~ | ||
| /.direnv | ||
| /.envrc | ||
| /.stack-work | ||
| /dist | ||
| /dist-newstyle | ||
| /result | ||
| /stack.yaml.lock | ||
| /tmp | ||
| spec.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| CHANGELOG.md | ||
| LICENSE.md | ||
| dist-newstyle/ | ||
| dist/ | ||
| nix/ | ||
| *.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # Big tuples | ||
| # Using tuples of big size (>= 4) can decrease code readability | ||
| # In several places Stack uses 4-tuples and in one place Stack uses a | ||
| # 5-tuple. | ||
| [[check]] | ||
| id = "STAN-0302" | ||
| scope = "all" | ||
| type = "Exclude" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| #:schema taplo://taplo.toml | ||
|
|
||
| include = ["*.toml"] | ||
| exclude = [] | ||
|
|
||
| [formatting] | ||
|
|
||
| align_entries = false # Align entries vertically. Entries that have table headers, comments, or blank lines between them are not aligned.(default false) | ||
| align_comments = true # Align consecutive comments after entries and items vertically. This applies to comments that are after entries or array items.(default true) | ||
| array_trailing_comma = true # Put trailing commas for multiline arrays.(default true) | ||
| array_auto_expand = true # Automatically expand arrays to multiple lines (default true) | ||
| array_auto_collapse = false # Automatically collapse arrays if they fit in one line.(default true) | ||
| compact_arrays = true # Omit whitespace padding inside single-line arrays.(default true) | ||
| compact_inline_tables = false # Omit whitespace padding inside inline tables.(default false) | ||
| inline_table_expand = true # Expand values (e.g. arrays) inside inline tables.(default true) | ||
| compact_entries = false # Omit whitespace around =. (default false) | ||
| column_width = 80 # Target maximum column width after which arrays are expanded into new lines.(default 80) | ||
| indent_tables = false # Indent subtables if they come in order(default false) | ||
| indent_entries = false # Indent entries under tables.(default false) | ||
| indent_string = " " # Indentation to use, should be tabs or spaces but technically could be anything. 2 spaces (" ") | ||
| trailing_newline = true # Add trailing newline to the source. (default true) | ||
| reorder_keys = false # Alphabetically reorder keys that are not separated by blank lines. (default false) | ||
| reorder_arrays = false # Alphabetically reorder array values that are not separated by blank lines. (default false) | ||
| allowed_blank_lines = 1 # The maximum amount of consecutive blank lines allowed. (default 2) | ||
| crlf = false # Use CRLF line endings. (default false) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.