summaryrefslogtreecommitdiff
path: root/Example.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Example.hs')
-rw-r--r--Example.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Example.hs b/Example.hs
index 9f48024..4784aa2 100644
--- a/Example.hs
+++ b/Example.hs
@@ -1,4 +1,6 @@
{-# LANGUAGE DeriveGeneric #-}
+module Main where
+
import GHC.Generics
import Coalpit