diff --git a/dist/build/AttrGrammarParser.hs b/dist/build/AttrGrammarParser.hs
--- a/dist/build/AttrGrammarParser.hs
+++ b/dist/build/AttrGrammarParser.hs
@@ -341,8 +341,8 @@
 happyError = fail ("Parse error\n")
 {-# LINE 1 "templates\GenericTemplate.hs" #-}
 {-# LINE 1 "templates\\GenericTemplate.hs" #-}
-{-# LINE 1 "<built-in>" #-}
-{-# LINE 1 "<command-line>" #-}
+{-# LINE 1 "<inbyggd>" #-}
+{-# LINE 1 "<kommandorad>" #-}
 {-# LINE 1 "templates\\GenericTemplate.hs" #-}
 -- Id: GenericTemplate.hs,v 1.26 2005/01/14 14:47:22 simonmar Exp 
 
diff --git a/dist/build/Parser.hs b/dist/build/Parser.hs
--- a/dist/build/Parser.hs
+++ b/dist/build/Parser.hs
@@ -728,8 +728,8 @@
 happyError = lineP >>= \l -> fail (show l ++ ": Parse error\n")
 {-# LINE 1 "templates\GenericTemplate.hs" #-}
 {-# LINE 1 "templates\\GenericTemplate.hs" #-}
-{-# LINE 1 "<built-in>" #-}
-{-# LINE 1 "<command-line>" #-}
+{-# LINE 1 "<inbyggd>" #-}
+{-# LINE 1 "<kommandorad>" #-}
 {-# LINE 1 "templates\\GenericTemplate.hs" #-}
 -- Id: GenericTemplate.hs,v 1.26 2005/01/14 14:47:22 simonmar Exp 
 
diff --git a/happy-meta.cabal b/happy-meta.cabal
--- a/happy-meta.cabal
+++ b/happy-meta.cabal
@@ -1,48 +1,48 @@
-Name:                happy-meta
-Version:             0.2.0.4
-Synopsis:            Quasi-quoter for Happy parsers
--- Description:         
-License:             BSD3
-License-file:        LICENSE
-Author:              Jonas Duregard
-Maintainer:          jonas.duregard@gmail.com
-Category:            Development
-Build-type:          Simple
-
-Cabal-version:       >=1.2.3
-
-
-Library
-  hs-source-dirs: src .
-  extensions: CPP, MagicHash
-  
-  Exposed-modules:     
-    Text.Happy.Quote
-
-  Build-depends:
-      template-haskell >=2.4&&<2.8
-    , haskell-src-meta >=0.5.1.2&&<1.0
-    , base >= 4.2 && < 5
-    , array, containers
-    , mtl >= 1.0
-
-
-  Other-modules:       
-        Text.Happy
-        Text.Happy.HappyTemplate
-        AbsSyn
-        First
-        GenUtils
-        Grammar
-        LALR
-        Lexer
-        ParseMonad
-        Parser
-        ProduceCode
-        ProduceGLRCode
-        NameSet
-        Target
-        AttrGrammar
-        AttrGrammarParser
-        ParamRules    
-  
+Name:                happy-meta
+Version:             0.2.0.5
+Synopsis:            Quasi-quoter for Happy parsers
+-- Description:         
+License:             BSD3
+License-file:        LICENSE
+Author:              Jonas Duregard
+Maintainer:          jonas.duregard@gmail.com
+Category:            Development
+Build-type:          Simple
+
+Cabal-version:       >=1.2.3
+
+
+Library
+  hs-source-dirs: src .
+  extensions: CPP, MagicHash
+  
+  Exposed-modules:     
+    Text.Happy.Quote
+
+  Build-depends:
+      template-haskell >=2.4&&<2.9
+    , haskell-src-meta >=0.5.1.2&&<1.0
+    , base >= 4.2 && < 5
+    , array, containers
+    , mtl >= 1.0
+
+
+  Other-modules:       
+        Text.Happy
+        Text.Happy.HappyTemplate
+        AbsSyn
+        First
+        GenUtils
+        Grammar
+        LALR
+        Lexer
+        ParseMonad
+        Parser
+        ProduceCode
+        ProduceGLRCode
+        NameSet
+        Target
+        AttrGrammar
+        AttrGrammarParser
+        ParamRules    
+  
diff --git a/src/Lexer.lhs b/src/Lexer.lhs
--- a/src/Lexer.lhs
+++ b/src/Lexer.lhs
@@ -214,7 +214,7 @@
 
 
 
-> lexReadCode :: (Num a, Eq a)
+> lexReadCode :: (Num a, Eq a)
 >             => String -> a -> String -> (Token -> P b) -> Int
 >             -> ParseResult b
 > lexReadCode s n c = case s of
