Initial project setup

Partly ported from actions/setup-ruby
This commit is contained in:
Timothy Clem
2019-09-23 19:56:26 -07:00
commit 1068d0618d
15 changed files with 5796 additions and 0 deletions

10
action.yml Normal file
View File

@@ -0,0 +1,10 @@
name: 'Setup Haskell environment'
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'
runs:
using: 'node12'
main: 'lib/setup-haskell.js'