diff --git a/dist/build/Language/C/Parser/Lexer.hs b/dist/build/Language/C/Parser/Lexer.hs
--- a/dist/build/Language/C/Parser/Lexer.hs
+++ b/dist/build/Language/C/Parser/Lexer.hs
@@ -568,7 +568,7 @@
 {-# LINE 1 "templates/GenericTemplate.hs" #-}
 {-# LINE 1 "templates/GenericTemplate.hs" #-}
 {-# LINE 1 "<command-line>" #-}
-{-# LINE 9 "<command-line>" #-}
+{-# LINE 8 "<command-line>" #-}
 # 1 "/usr/include/stdc-predef.h" 1 3 4
 
 # 17 "/usr/include/stdc-predef.h" 3 4
@@ -614,26 +614,7 @@
 
 
 
-{-# LINE 9 "<command-line>" #-}
-{-# LINE 1 "/home/mainland/local/linux-x86_64/ghc-7.10.1/lib/ghc-7.10.1/include/ghcversion.h" #-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{-# LINE 9 "<command-line>" #-}
+{-# LINE 8 "<command-line>" #-}
 {-# LINE 1 "templates/GenericTemplate.hs" #-}
 -- -----------------------------------------------------------------------------
 -- ALEX TEMPLATE
diff --git a/dist/build/Language/C/Parser/Parser.hs b/dist/build/Language/C/Parser/Parser.hs
--- a/dist/build/Language/C/Parser/Parser.hs
+++ b/dist/build/Language/C/Parser/Parser.hs
@@ -33,9 +33,8 @@
 import qualified Data.Array as Happy_Data_Array
 import qualified GHC.Exts as Happy_GHC_Exts
 import Control.Applicative(Applicative(..))
-import Control.Monad (ap)
 
--- parser produced by Happy Version 1.19.5
+-- parser produced by Happy Version 1.19.4
 
 newtype HappyAbsSyn  = HappyAbsSyn HappyAny
 #if __GLASGOW_HASKELL__ >= 607
@@ -10342,7 +10341,7 @@
 {-# LINE 1 "templates/GenericTemplate.hs" #-}
 {-# LINE 1 "templates/GenericTemplate.hs" #-}
 {-# LINE 1 "<command-line>" #-}
-{-# LINE 11 "<command-line>" #-}
+{-# LINE 10 "<command-line>" #-}
 # 1 "/usr/include/stdc-predef.h" 1 3 4
 
 # 17 "/usr/include/stdc-predef.h" 3 4
@@ -10388,26 +10387,7 @@
 
 
 
-{-# LINE 11 "<command-line>" #-}
-{-# LINE 1 "/home/mainland/local/linux-x86_64/ghc-7.10.1/lib/ghc-7.10.1/include/ghcversion.h" #-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{-# LINE 11 "<command-line>" #-}
+{-# LINE 10 "<command-line>" #-}
 {-# LINE 1 "templates/GenericTemplate.hs" #-}
 -- Id: GenericTemplate.hs,v 1.26 2005/01/14 14:47:22 simonmar Exp 
 
diff --git a/language-c-quote.cabal b/language-c-quote.cabal
--- a/language-c-quote.cabal
+++ b/language-c-quote.cabal
@@ -1,5 +1,5 @@
 name:          language-c-quote
-version:       0.10.2.2
+version:       0.10.2.3
 cabal-version: >= 1.10
 license:       BSD3
 license-file:  LICENSE
@@ -37,10 +37,10 @@
     exception-transformers >= 0.3   && < 0.5,
     filepath               >= 1.2   && < 1.5,
     haskell-src-meta       >= 0.4   && < 0.7,
-    mainland-pretty        >= 0.2.5 && < 0.3,
+    mainland-pretty        >= 0.2.5 && < 0.4,
     mtl                    >= 2.0   && < 3,
     srcloc                 >= 0.4   && < 0.6,
-    syb                    >= 0.3   && < 0.5,
+    syb                    >= 0.3   && < 0.6,
     symbol                 >= 0.1   && < 0.3,
     template-haskell
 
