diff --git a/ghc-api-compat.cabal b/ghc-api-compat.cabal
index c10d081b7cf45b35ba7f27bf632969619b0bd4fe..5661b9955edf571e4d4d624fc6b5e72d04afe9f8 100644
--- a/ghc-api-compat.cabal
+++ b/ghc-api-compat.cabal
@@ -1,5 +1,5 @@
 name:                ghc-api-compat
-version:             8.10.5
+version:             8.10.6
 synopsis:            GHC-API compatibility helpers
 description:
    GHC codebase is a moving target. This package provides
@@ -18,7 +18,8 @@ source-repository head
 
 library
    build-depends:
-      ghc == 8.10.5, base < 5.0
+      ghc == 8.10.5 || == 8.10.6
+      , base < 5.0
    default-language:    Haskell2010
 
    reexported-modules: