diff options
author | tricktron <tgagnaux@gmail.com> | 2022-02-25 10:19:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 10:19:16 +0100 |
commit | d852eb27823a53abb97366bae84ad0b806d6c748 (patch) | |
tree | 05345a77152410d3d8354e209108e7fd125080f6 /example-project/src | |
parent | 5dda097196baa60fc45bb4f300439d791ccb1130 (diff) | |
parent | 4ea98e2199fcabbb585c4eb9187b3f00d7197d39 (diff) | |
download | frege-gradle-plugin-d852eb27823a53abb97366bae84ad0b806d6c748.tar.gz frege-gradle-plugin-d852eb27823a53abb97366bae84ad0b806d6c748.tar.bz2 frege-gradle-plugin-d852eb27823a53abb97366bae84ad0b806d6c748.zip |
Merge pull request #26 from tricktron/f-only-compile-mainModule-and-replModule-files
Only Compile Specified Files if Specified
Diffstat (limited to 'example-project/src')
-rw-r--r-- | example-project/src/main/frege/ch/fhnw/thga/Hello.fr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example-project/src/main/frege/ch/fhnw/thga/Hello.fr b/example-project/src/main/frege/ch/fhnw/thga/Hello.fr new file mode 100644 index 0000000..03918b6 --- /dev/null +++ b/example-project/src/main/frege/ch/fhnw/thga/Hello.fr @@ -0,0 +1,4 @@ +module ch.fhnw.thga.Hello where + +main = do + println "Hello"
\ No newline at end of file |