Skip to content

Commit

Permalink
reverted the change on the minimum required version for stack
Browse files Browse the repository at this point in the history
The default downloaded stack can be a new version but
we should still be able to accept old ones
  • Loading branch information
symbiont-eric-torreborre committed Jun 10, 2022
1 parent 1574b2d commit e05b545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell/cabal.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ be listed in `srcs` (crucially, including the `.cabal` file).
_STACK_DEFAULT_VERSION = "2.7.5"

# minimum required version
_STACK_MIN_VERSION = (2, 7, 5)
_STACK_MIN_VERSION = (2, 3)

# Only ever need one version, but use same structure as for GHC bindists.
_STACK_BINDISTS = \
Expand Down

0 comments on commit e05b545

Please sign in to comment.