Skip to content

Commit

Permalink
ghc810: Add ghc version 8.10.1
Browse files Browse the repository at this point in the history
Home - The Glasgow Haskell Compiler
https://www.haskell.org/ghc/index.html
  • Loading branch information
John Doe committed Apr 1, 2020
1 parent 247e035 commit 06bb5bd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bucket/ghc810.json
@@ -0,0 +1,20 @@
{
"homepage": "https://www.haskell.org/ghc/index.html",
"version": "8.10.1",
"license": {
"identifier": "BSD-3-Clause",
"url": "https://www.haskell.org/ghc/license.html"
},
"description": "GHC is a compiler and interactive environment for the functional language Haskell.",
"architecture": {
"64bit": {
"url": "https://downloads.haskell.org/ghc/8.10.1/ghc-8.10.1-x86_64-unknown-mingw32.tar.xz",
"hash": "38a3166ea50cccd5bae7e1680eae3aae2b4ae31b61f82a1d8168fb821f43bd67",
"pre_install": [
"$sourceDirectory = Join-Path -Path $original_dir -ChildPath \"ghc-8.10.1\"",
"$null = Get-ChildItem -LiteralPath $sourceDirectory | Move-Item -Destination $original_dir -Force",
"$null = Remove-Item -LiteralPath $sourceDirectory"
]
}
}
}

0 comments on commit 06bb5bd

Please sign in to comment.