added husk

This commit is contained in:
Hydrazer 2021-09-30 14:12:51 -06:00
parent ad2ac95749
commit f307f90e66
5 changed files with 17 additions and 0 deletions

3
packages/husk/build.sh 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

View file

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

View file

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

3
packages/husk/run Normal file
View file

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

1
packages/husk/test.japt Normal file
View file

@ -0,0 +1 @@
"OK