Skip to content

Commit 47b439f

Browse files
committed
fixup! changelogs for 3.16.1.0
1 parent c88b5cd commit 47b439f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/Cabal-3.16.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Cabal and Cabal-syntax 3.16.1.0 changelog and release notes
22
---
33

4-
- Always pass '--interactive' as the first ghc argument [#11099](https://github.com/haskell/cabal/issues/11099) [#11101](https://github.com/haskell/cabal/pull/11101)
4+
- Always pass `--interactive` as the first ghc argument [#11099](https://github.com/haskell/cabal/issues/11099) [#11101](https://github.com/haskell/cabal/pull/11101)
55

66
We recently changed Cabal to use response files for all GHC arguments by default.
77
Unfortunately, this broke a couple of downstream consumers of cabal, notably Haskell Language Server and doctest, which both assume that `--interactive` is the first argument of the `ghc` invocation by `cabal repl`.

0 commit comments

Comments
 (0)