@@ -1005,37 +1005,34 @@ be listed in `srcs` (crucially, including the `.cabal` file).
1005
1005
""" ,
1006
1006
)
1007
1007
1008
- _STACK_DEFAULT_VERSION = "2.7.5 "
1008
+ _STACK_DEFAULT_VERSION = "2.15.7 "
1009
1009
1010
1010
# minimum required version
1011
- _STACK_MIN_VERSION = (2 , 3 )
1011
+ _STACK_MIN_VERSION = (2 , 15 )
1012
1012
1013
1013
# Only ever need one version, but use same structure as for GHC bindists.
1014
1014
_STACK_BINDISTS = \
1015
1015
{
1016
- "2.7.5 " : {
1016
+ "2.15.7 " : {
1017
1017
"linux-x86_64" : (
1018
- "https://github.com/commercialhaskell/stack/releases/download/v2.7.5 /stack-2.7.5 -linux-x86_64-static .tar.gz" ,
1019
- "2a02fefefcc1758033d0aea566a521a290e3c68739ce9894bd6492a346af79c5 " ,
1018
+ "https://github.com/commercialhaskell/stack/releases/download/v2.15.7 /stack-2.15.7 -linux-x86_64.tar.gz" ,
1019
+ "4e635d6168f7578a5694a0d473c980c3c7ed35d971acae969de1fd48ef14e030 " ,
1020
1020
),
1021
1021
"linux-aarch64" : (
1022
- # GHCup provides unofficial aarch64 linux binaries
1023
- # FIXME: use the official ones after upgrading to 2.9.1
1024
- "https://downloads.haskell.org/ghcup/unofficial-bindists/stack/2.7.5/stack-2.7.5-linux-aarch64.tar.gz" ,
1025
- "f362fa4786b17252004b2619ec96b9687e561dc4e55c2612c53d60be767cabba" ,
1022
+ "https://github.com/commercialhaskell/stack/releases/download/v2.15.7/stack-2.15.7-linux-aarch64.tar.gz" ,
1023
+ "f0c4b038c7e895902e133a2f4c4c217e03c4be44aa5da48aec9f7947f4af090b" ,
1026
1024
),
1027
1025
"osx-x86_64" : (
1028
- "https://github.com/commercialhaskell/stack/releases/download/v2.7.5 /stack-2.7.5 -osx-x86_64.tar.gz" ,
1029
- "94176b71425d76b94b088515103316ae1ff96d123344b1f4609c103d0d5bdcc4 " ,
1026
+ "https://github.com/commercialhaskell/stack/releases/download/v2.15.7 /stack-2.15.7 -osx-x86_64.tar.gz" ,
1027
+ "ef97f65759a922bc7f5399d9311afdc4a43cc454b70ea7426f991c067899cef1 " ,
1030
1028
),
1031
1029
"osx-aarch64" : (
1032
- # GHCup provides unofficial aarch64 macOS binaries
1033
- "https://downloads.haskell.org/ghcup/unofficial-bindists/stack/2.7.5/stack-2.7.5-osx-aarch64.tar.gz" ,
1034
- "cea34367981ed6f5629d23d17957920b1a06cc0a00580ba62e960a64087f25fe" ,
1030
+ "https://github.com/commercialhaskell/stack/releases/download/v2.15.7/stack-2.15.7-osx-aarch64.tar.gz" ,
1031
+ "fc963f041fbe3ddf3ff12271c74334846a583a0714ce808d8a2d2c91de4a3968" ,
1035
1032
),
1036
1033
"windows-x86_64" : (
1037
- "https://github.com/commercialhaskell/stack/releases/download/v2.7.5 /stack-2.7.5 -windows-x86_64.tar.gz" ,
1038
- "c9b07982590d63db2310a44bfcf33c9f8bd84a0828abc17b2a394e90fbf6a914 " ,
1034
+ "https://github.com/commercialhaskell/stack/releases/download/v2.15.7 /stack-2.15.7 -windows-x86_64.tar.gz" ,
1035
+ "0e051f44aadcec138ffc1c1056bfec5c8216f0d256413c2e3a60ce55fe2db0ba " ,
1039
1036
),
1040
1037
},
1041
1038
}
0 commit comments