mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-25 14:36:28 +02:00
added ghc compilation of Husk file so that you can run husk programs
This commit is contained in:
parent
316c911ec4
commit
261ee98872
1 changed files with 2 additions and 0 deletions
2
packages/husk/1.0.0/run
vendored
2
packages/husk/1.0.0/run
vendored
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue