File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# ChangeLog hie-bios
22
3+ ## 2026-02-06 - 0.18.0
4+
5+ * Adapt to OsPath change ([ #493 ] ( https://github.com/haskell/hie-bios/pull/493 ) )
6+ * Parallel test suite ([ #487 ] ( https://github.com/haskell/hie-bios/pull/487 ) )
7+ * Fix processCabalLoadStyle to include dyn dep for extra files ([ #484 ] ( https://github.com/haskell/hie-bios/pull/484 ) )
8+ * Improve hie-bios cli interface ([ #480 ] ( https://github.com/haskell/hie-bios/pull/480 ) )
9+ * Only pass --keep-temp-files once ([ #477 ] ( https://github.com/haskell/hie-bios/pull/477 ) )
10+
311## 2025-08-07 - 0.17.0
412
513* Add support for cabal 3.16.1.0 [ #470 ] ( https://github.com/haskell/hie-bios/pull/470 )
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ This document described the release process for `hie-bios`.
1414 * ` cabal upload --publish dist-newstyle/sdist/hie-bios-<version>.tar.gz; cabal upload --publish --documentation dist-newstyle/hie-bios-<version>-docs.tar.gz `
1515* [ ] Create release tag for GitHub
1616 * [ ] ` git tag -a release-<version> `
17- * [ ] ` git push --tags `
17+ * [ ] ` git push --tags `
Original file line number Diff line number Diff line change 11Cabal-Version : 2.2
22Name : hie-bios
3- Version : 0.17 .0
3+ Version : 0.18 .0
44Author : Matthew Pickering <matthewtpickering@gmail.com>
55Maintainer : Matthew Pickering <matthewtpickering@gmail.com>
66License : BSD-3-Clause
You can’t perform that action at this time.
0 commit comments