diff --git a/app/ApiModule.hs b/app/ApiModule.hs
--- a/app/ApiModule.hs
+++ b/app/ApiModule.hs
@@ -98,8 +98,8 @@
 spaceConsumer = Atto.skipMany singleSpaceConsumer
   where
   singleSpaceConsumer =
-      (Atto.skipMany1 $ Atto.skip isSpace) 
-  <|> comment
+        (Atto.skipMany1 $ Atto.skip isSpace) 
+    <|> comment
 
 parserModule :: Atto.Parser Module
 parserModule = do
diff --git a/servant-serf.cabal b/servant-serf.cabal
--- a/servant-serf.cabal
+++ b/servant-serf.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.12
 name:          servant-serf
-version:       0.0.2
+version:       0.0.3
 license:       MIT
 license-file:  LICENSE
 maintainer:    Zachary Churchill <zachary@itpro.tv>
