You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/Cabal-3.16.1.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Cabal and Cabal-syntax 3.16.1.0 changelog and release notes
2
2
---
3
3
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)
5
5
6
6
We recently changed Cabal to use response files for all GHC arguments by default.
7
7
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