2019-11-08 17:02:36 +00:00
|
|
|
name: 'Setup Haskell'
|
|
|
|
|
description: 'Set up a specific version of GHC and Cabal and add the command-line tools to the PATH'
|
2019-09-23 19:56:26 -07:00
|
|
|
author: 'GitHub'
|
|
|
|
|
inputs:
|
|
|
|
|
ghc-version:
|
2019-09-30 11:43:06 -07:00
|
|
|
description: 'Exact version of ghc to use.'
|
|
|
|
|
default: '8.6.5'
|
|
|
|
|
cabal-version:
|
|
|
|
|
description: 'Exact version of cabal to use.'
|
|
|
|
|
default: '3.0'
|
2019-09-23 19:56:26 -07:00
|
|
|
runs:
|
|
|
|
|
using: 'node12'
|
|
|
|
|
main: 'lib/setup-haskell.js'
|