Skip to content

Commit

Permalink
Update sandwich CHANGELOG and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 10, 2024
1 parent ade66e1 commit d2743fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/sandwich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
- "9.6.6"
- "9.8.2"
exclude:
# We just want to test basic 8.8.4 compatibility on Linux; these fail.
- os: macOS-latest
ghc: 8.8.4
- os: windows-latest
ghc: 8.8.4

# These are still failing in weird ways 11/9/2024
- os: windows-latest
ghc: 9.0.2
- os: windows-latest
Expand Down
4 changes: 4 additions & 0 deletions sandwich/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for sandwich

## 0.3.0.1

* Fix openFileExplorerFolderPortable on macOS

## 0.3.0.0

* Make createProcessWithLogging, readCreateProcessWithLogging etc. log with the callstack from the line where they're called (and not an internal line).
Expand Down

0 comments on commit d2743fa

Please sign in to comment.