summaryrefslogtreecommitdiff
path: root/Build/EvilSplicer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Build/EvilSplicer.hs')
-rw-r--r--Build/EvilSplicer.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs
index c7c6fedf2..074904192 100644
--- a/Build/EvilSplicer.hs
+++ b/Build/EvilSplicer.hs
@@ -25,6 +25,8 @@
- Licensed under the GNU GPL version 3 or higher.
-}
+module Main where
+
import Text.Parsec
import Text.Parsec.String
import Control.Applicative ((<$>))