From 4ea98e2199fcabbb585c4eb9187b3f00d7197d39 Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Fri, 25 Feb 2022 10:10:01 +0100 Subject: fix: runFrege and replFrege task compile only the specified module and its dependencies --- example-project/src/main/frege/ch/fhnw/thga/Hello.fr | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 example-project/src/main/frege/ch/fhnw/thga/Hello.fr (limited to 'example-project/src') 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 -- cgit