diff --git a/Language/CIRC.hs b/Language/CIRC.hs
--- a/Language/CIRC.hs
+++ b/Language/CIRC.hs
@@ -164,7 +164,8 @@
     , "import qualified " ++ prevModuleName ++ "Trans"
     , "import " ++ moduleName
     ] ++ imports) ++
-  [ printf "transform :: %s.%s -> CIRC (%s, [%s.%s])" initModuleName rootTypeName rootTypeName initModuleName rootTypeName
+  [ printf ""
+  , printf "transform :: %s.%s -> CIRC (%s, [%s.%s])" initModuleName rootTypeName rootTypeName initModuleName rootTypeName
   , printf "transform a = do"
   , printf "  (a, b) <- %sTrans.transform a" prevModuleName
   , printf "  a <- trans%s a" rootTypeName
diff --git a/circ.cabal b/circ.cabal
--- a/circ.cabal
+++ b/circ.cabal
@@ -1,12 +1,12 @@
 name:                circ
-version:             0.0.0
+version:             0.0.1
 synopsis:            A Compiler IR Compiler.
 description:         A Compiler IR Compiler.
 license:             BSD3
 license-file:        LICENSE
 author:              Tom Hawkins <tomahawkins@gmail.com>
 maintainer:          Tom Hawkins <tomahawkins@gmail.com>
-category:            Language, Compilers
+category:            Language, Compiler
 build-type:          Simple
 cabal-version:       >= 1.8
 
