added ghc compilation of Husk file so that you can run husk programs

This commit is contained in:
Hydrazer 2021-09-30 17:07:39 -06:00
parent 316c911ec4
commit 261ee98872

View file

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