diff --git a/app/Main.hs b/app/Main.hs
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -67,7 +67,7 @@
 wrapper = info (helper <*> versionInfo <*> file)
     (fullDesc
     <> progDesc "ATS source code formater. For more detailed help, see 'man atsfmt'"
-    <> header "ats-format - a source code formatter written using happy/alex")
+    <> header "ats-format - a source code formatter written in Haskell")
 
 main :: IO ()
 main = execParser wrapper >>= pick
diff --git a/ats-format.cabal b/ats-format.cabal
--- a/ats-format.cabal
+++ b/ats-format.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.18
 name: ats-format
-version: 0.2.0.26
+version: 0.2.0.27
 license: BSD3
 license-file: LICENSE
 copyright: Copyright: (c) 2017-2018 Vanessa McHale
diff --git a/man/atsfmt.1 b/man/atsfmt.1
--- a/man/atsfmt.1
+++ b/man/atsfmt.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.1.3
+.\" Automatically generated by Pandoc 2.2.1
 .\"
 .TH "atsfmt (1)" "" "" "" ""
 .hy
