From f2a968b6d53ac07df67f393bd06c38f368d08c02 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 4 Jun 2009 16:26:52 +0000 Subject: the morpho server is now updated and works with the current GF. the sources are moved in directory server --- src/server/Setup.hs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/server/Setup.hs (limited to 'src/server/Setup.hs') diff --git a/src/server/Setup.hs b/src/server/Setup.hs new file mode 100644 index 000000000..c46cb0330 --- /dev/null +++ b/src/server/Setup.hs @@ -0,0 +1,6 @@ +module Main where + +import Distribution.Simple + +main :: IO () +main = defaultMainWithHooks simpleUserHooks -- cgit v1.2.3