mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	haskell: Update to version 9.8.2 (#5694)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
		
							parent
							
								
									9067f1be51
								
							
						
					
					
						commit
						8e0b087e8f
					
				@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
    "version": "9.4.1",
 | 
			
		||||
    "version": "9.8.2",
 | 
			
		||||
    "description": "An advanced, purely functional programming language.",
 | 
			
		||||
    "homepage": "https://www.haskell.org",
 | 
			
		||||
    "license": "BSD-3-Clause",
 | 
			
		||||
@ -12,9 +12,9 @@
 | 
			
		||||
    },
 | 
			
		||||
    "architecture": {
 | 
			
		||||
        "64bit": {
 | 
			
		||||
            "url": "https://github.com/commercialhaskell/ghc/releases/download/ghc-9.4.1-release/ghc-9.4.1-x86_64-unknown-mingw32.tar.xz",
 | 
			
		||||
            "hash": "fdc2d78b8a978e712a4edcc1628e36a36be736d8202107d2d61999ac7a9dc5d0",
 | 
			
		||||
            "extract_dir": "ghc-9.4.1-x86_64-unknown-mingw32"
 | 
			
		||||
            "url": "https://downloads.haskell.org/~ghc/9.8.2/ghc-9.8.2-x86_64-unknown-mingw32.tar.xz",
 | 
			
		||||
            "hash": "f7d496b850686ea5fbfcecc722ec399ec7acb8d06ebec23bb4dcb9338f430764",
 | 
			
		||||
            "extract_dir": "ghc-9.8.2-x86_64-unknown-mingw32"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "bin": [
 | 
			
		||||
@ -29,14 +29,16 @@
 | 
			
		||||
    ],
 | 
			
		||||
    "env_add_path": "lib\\bin",
 | 
			
		||||
    "checkver": {
 | 
			
		||||
        "url": "https://api.github.com/repositories/46509594/tags",
 | 
			
		||||
        "jsonpath": "$..name",
 | 
			
		||||
        "regex": "ghc-([\\d\\.]+)-release"
 | 
			
		||||
        "url": "https://www.haskell.org/ghc/download.html",
 | 
			
		||||
        "regex": "(?s)Current Stable Releases.*?>([\\d.]+)<"
 | 
			
		||||
    },
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "architecture": {
 | 
			
		||||
            "64bit": {
 | 
			
		||||
                "url": "https://github.com/commercialhaskell/ghc/releases/download/ghc-$version-release/ghc-$version-x86_64-unknown-mingw32.tar.xz",
 | 
			
		||||
                "url": "https://downloads.haskell.org/~ghc/$version/ghc-$version-x86_64-unknown-mingw32.tar.xz",
 | 
			
		||||
                "hash": {
 | 
			
		||||
                    "url": "$baseurl/SHA256SUMS"
 | 
			
		||||
                },
 | 
			
		||||
                "extract_dir": "ghc-$version-x86_64-unknown-mingw32"
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user