diff --git a/ghc-lib-parser.cabal b/ghc-lib-parser.cabal
--- a/ghc-lib-parser.cabal
+++ b/ghc-lib-parser.cabal
@@ -1,7 +1,7 @@
 cabal-version: >=1.22
 build-type: Simple
 name: ghc-lib-parser
-version: 8.8.3.20200412
+version: 8.8.3.20200412.1
 license: BSD3
 license-file: LICENSE
 category: Development
@@ -76,7 +76,7 @@
     else
         build-depends: Win32
     build-depends:
-        ghc-prim > 0.2 && < 0.6,
+        ghc-prim > 0.2 && < 0.7,
         base >= 4.11 && < 4.15,
         containers >= 0.5 && < 0.7,
         bytestring >= 0.9 && < 0.11,
diff --git a/ghc-lib/stage0/compiler/build/Parser.hs b/ghc-lib/stage0/compiler/build/Parser.hs
--- a/ghc-lib/stage0/compiler/build/Parser.hs
+++ b/ghc-lib/stage0/compiler/build/Parser.hs
@@ -12533,7 +12533,7 @@
 
 
 {-# LINE 19 "<built-in>" #-}
-{-# LINE 1 "/var/folders/kc/bjk2hzwx6bv07jz_s80wjh7w0000gn/T/ghc3107_0/ghc_2.h" #-}
+{-# LINE 1 "/var/folders/kc/bjk2hzwx6bv07jz_s80wjh7w0000gn/T/ghc87012_0/ghc_2.h" #-}
 
 
 
