diff --git a/Changelog b/Changelog
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+1.8.11 [2023-10-10]
+------
+
+* Fix compilation with ghc > 9.0.1
+
 1.8.10 [2022-09-27]
 ------
 
diff --git a/hdf5.cabal b/hdf5.cabal
--- a/hdf5.cabal
+++ b/hdf5.cabal
@@ -1,5 +1,5 @@
 name:                   hdf5
-version:                1.8.10
+version:                1.8.11
 stability:              provisional
 
 cabal-version:          >= 1.10
diff --git a/src/Bindings/HDF5/Dataspace.hs b/src/Bindings/HDF5/Dataspace.hs
--- a/src/Bindings/HDF5/Dataspace.hs
+++ b/src/Bindings/HDF5/Dataspace.hs
@@ -67,7 +67,7 @@
 import Data.Tagged
 import qualified Data.Vector as V
 import qualified Data.Vector.Storable as SV
-import Foreign
+import Foreign hiding (And, Xor)
 import Foreign.C
 import Foreign.Ptr.Conventions
 
