Readme and action.yml cleanup
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled

This commit is contained in:
Timothy Clem
2019-09-30 11:43:06 -07:00
parent 3979a43fed
commit ef0a26c8c8
2 changed files with 28 additions and 21 deletions

View File

@@ -3,8 +3,11 @@ description: 'Setup a Haskell environment and add it to the PATH'
author: 'GitHub'
inputs:
ghc-version:
description: 'Version range or exact version of ghc to use.'
default: '>= 8.6.5'
description: 'Exact version of ghc to use.'
default: '8.6.5'
cabal-version:
description: 'Exact version of cabal to use.'
default: '3.0'
runs:
using: 'node12'
main: 'lib/setup-haskell.js'