added husk to husk branch and also to readme

This commit is contained in:
Hydrazer 2021-09-30 16:33:06 -06:00
parent 1835ab5cab
commit 316c911ec4
6 changed files with 19 additions and 0 deletions

3
packages/husk/1.0.0/build.sh vendored Normal file
View file

@ -0,0 +1,3 @@
source ../../haskell/9.0.1/build.sh
git clone -q "https://github.com/Hydrazer/Husk.git" husk

5
packages/husk/1.0.0/environment vendored Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# haskell and husk path
export PATH=$PWD/bin:$PATH
export HUSK_PATH=$PWD/husk

6
packages/husk/1.0.0/metadata.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"language": "husk",
"version": "1.0.0",
"aliases": ["husk"]
}

3
packages/husk/1.0.0/run vendored Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
Husk -ufo"outputFile.hs" "$HUSK_PATH" "$1"

1
packages/husk/1.0.0/test.husk vendored Normal file
View file

@ -0,0 +1 @@
"OK

View file

@ -343,6 +343,7 @@ Content-Type: application/json
`golfscript`, `golfscript`,
`groovy`, `groovy`,
`haskell`, `haskell`,
`husk`,
`java`, `java`,
`javascript`, `javascript`,
`jelly`, `jelly`,