diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -48,7 +48,7 @@
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-Copyright (c) 2015
+Copyright (c) 2015-2016
         Drexel University.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/Text/PrettyPrint/Mainland.hs b/Text/PrettyPrint/Mainland.hs
--- a/Text/PrettyPrint/Mainland.hs
+++ b/Text/PrettyPrint/Mainland.hs
@@ -2,9 +2,9 @@
 -- Module      :  Text.PrettyPrint.Mainland
 -- Copyright   :  (c) 2006-2011 Harvard University
 --                (c) 2011-2012 Geoffrey Mainland
---                (c) 2015 Drexel University
+--                (c) 2015-2016 Drexel University
 -- License     :  BSD-style
--- Maintainer  :  mainland@eecs.harvard.edu
+-- Maintainer  :  mainland@drexel.edu
 --
 -- Stability   :  provisional
 -- Portability :  portable
@@ -694,7 +694,7 @@
                          shows (posLine p) .
                          showChar ' ' .
                          showChar '"' .
-                         shows (posFile p) .
+                         showString (posFile p) .
                          showChar '"' .
                          go x
     go (RLine i x)     = showString ('\n' : replicate i ' ') .
diff --git a/mainland-pretty.cabal b/mainland-pretty.cabal
--- a/mainland-pretty.cabal
+++ b/mainland-pretty.cabal
@@ -1,13 +1,13 @@
 name:           mainland-pretty
-version:        0.4.1.2
+version:        0.4.1.3
 cabal-version:  >= 1.6
 license:        BSD3
 license-file:   LICENSE
 copyright:      (c) 2006-2011 Harvard University
                 (c) 2011-2012 Geoffrey Mainland
-                (c) 2015 Drexel University
-author:         Geoffrey Mainland <mainland@cs.drexel.edu>
-maintainer:     Geoffrey Mainland <mainland@cs.drexel.edu>
+                (c) 2015-2016 Drexel University
+author:         Geoffrey Mainland <mainland@drexel.edu>
+maintainer:     Geoffrey Mainland <mainland@drexel.edu>
 stability:      alpha
 homepage:       http://www.cs.drexel.edu/~mainland/
 category:       Text
