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.10.1.20200324
+version: 8.10.1.20200412
 license: BSD3
 license-file: LICENSE
 category: Development
@@ -72,8 +72,8 @@
     else
         build-depends: Win32
     build-depends:
-        ghc-prim > 0.2 && < 0.6,
-        base >= 4.11 && < 4.14,
+        ghc-prim > 0.2 && < 0.7,
+        base >= 4.11 && < 4.15,
         containers >= 0.5 && < 0.7,
         bytestring >= 0.9 && < 0.11,
         binary == 0.8.*,
diff --git a/ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs b/ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs
--- a/ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs
+++ b/ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs
@@ -3,7 +3,7 @@
 import Prelude -- See Note [Why do we import Prelude here?]
 
 cProjectGitCommitId   :: String
-cProjectGitCommitId   = "06889a6f2e2adfd308339a836074216108cd7149"
+cProjectGitCommitId   = "5c3cadf5db0d7eb859ff2c278ab07585c7df17b5"
 
 cProjectVersion       :: String
 cProjectVersion       = "8.10.1"
