diff --git a/gpu-vulkan.cabal b/gpu-vulkan.cabal
--- a/gpu-vulkan.cabal
+++ b/gpu-vulkan.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           gpu-vulkan
-version:        0.1.0.169
+version:        0.1.0.170
 synopsis:       Vulkan library
 description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/gpu-vulkan#readme>
 category:       GPU
diff --git a/src/Gpu/Vulkan/PhysicalDevice.hs b/src/Gpu/Vulkan/PhysicalDevice.hs
--- a/src/Gpu/Vulkan/PhysicalDevice.hs
+++ b/src/Gpu/Vulkan/PhysicalDevice.hs
@@ -10,7 +10,7 @@
 
 	-- * PHYSICAL DEVICE PROPERTIES AND FEATURES
 
-	M.getProperties, M.Properties(..), M.getFeatures,
+	M.getProperties, M.Properties(..), M.SparseProperties(..), M.getFeatures,
 
 	-- ** Get Properties 2
 
