aboutsummaryrefslogtreecommitdiff
path: root/example-project
diff options
context:
space:
mode:
Diffstat (limited to 'example-project')
-rw-r--r--example-project/build.gradle2
-rw-r--r--example-project/src/main/frege/ch/fhnw/thga/Hello.fr4
2 files changed, 5 insertions, 1 deletions
diff --git a/example-project/build.gradle b/example-project/build.gradle
index ae7217b..27f9105 100644
--- a/example-project/build.gradle
+++ b/example-project/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id 'ch.fhnw.thga.frege' version '1.7.0-alpha'
+ id 'ch.fhnw.thga.frege' version '1.7.1-alpha'
}
frege {
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