Scheme-hs is a (bad) Scheme implementation. It was built following the Write Yourself a Scheme in 48 Hours book.
Use stack run
to open a REPL environment.
Use stack run [file]
to run a file.
Use stack run repl [file]
to run a file and open a REPL in that environment.