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