diff --git a/hbs2-git3/app/Daemon.hs b/hbs2-git3/app/Daemon.hs new file mode 100644 index 00000000..376b84f2 --- /dev/null +++ b/hbs2-git3/app/Daemon.hs @@ -0,0 +1,13 @@ +{-# Language ViewPatterns #-} +{-# Language PatternSynonyms #-} +{-# Language RecordWildCards #-} +module Main where + +import HBS2.Prelude.Plated +import HBS2.OrDie + +main :: IO () +main = do + print "okay" + +