Skip to content

Commit

Permalink
Make release ghcup tar depend on ghc version
Browse files Browse the repository at this point in the history
Based on the behaviour of the other cabal.*.project files, introduced in
411ac8d. I'm presuming it was forgotten
  • Loading branch information
hseg committed Sep 11, 2024
1 parent d997c6c commit e4c2457
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cabal.project.release
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ import: cabal.project

optimization: 2

package ghcup
flags: +tui -tar
if impl(ghc < 9.0)
package ghcup
flags: +tui -tar
else
package ghcup
flags: +tui +tar

constraints: http-io-streams -brotli,
any.aeson >= 2.0.1.0,
Expand Down

0 comments on commit e4c2457

Please sign in to comment.