mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "9.10.1",
 | 
						|
    "description": "An advanced, purely functional programming language.",
 | 
						|
    "homepage": "https://www.haskell.org",
 | 
						|
    "license": "BSD-3-Clause",
 | 
						|
    "notes": [
 | 
						|
        "For Haskell Stack, please install 'stack'.",
 | 
						|
        "For 32bit Haskell, please install 'versions/haskell863'."
 | 
						|
    ],
 | 
						|
    "suggest": {
 | 
						|
        "Stack": "stack"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.haskell.org/~ghc/9.10.1/ghc-9.10.1-x86_64-unknown-mingw32.tar.xz",
 | 
						|
            "hash": "8bac01906ec2fa5c10c730b5ee5b8165654d654dbaf25ba9d3c42f8e26484c6a",
 | 
						|
            "extract_dir": "ghc-9.10.1-x86_64-unknown-mingw32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "bin\\ghc.exe",
 | 
						|
        "bin\\ghci.exe",
 | 
						|
        "bin\\ghc-pkg.exe",
 | 
						|
        "bin\\haddock.exe",
 | 
						|
        "bin\\hp2ps.exe",
 | 
						|
        "bin\\hpc.exe",
 | 
						|
        "bin\\hsc2hs.exe",
 | 
						|
        "bin\\runghc.exe"
 | 
						|
    ],
 | 
						|
    "env_add_path": "lib\\bin",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.haskell.org/ghc/download.html",
 | 
						|
        "regex": "(?s)Current Stable Releases.*?>([\\d.]+)<"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |