diff --git a/gpu-vulkan-middle.cabal b/gpu-vulkan-middle.cabal
--- a/gpu-vulkan-middle.cabal
+++ b/gpu-vulkan-middle.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           gpu-vulkan-middle
-version:        0.1.0.74
+version:        0.1.0.75
 synopsis:       Medium wrapper for Vulkan API
 description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/gpu-vulkan-middle#readme>
 category:       GPU
diff --git a/src/Gpu/Vulkan/PhysicalDevice/Middle.hs b/src/Gpu/Vulkan/PhysicalDevice/Middle.hs
--- a/src/Gpu/Vulkan/PhysicalDevice/Middle.hs
+++ b/src/Gpu/Vulkan/PhysicalDevice/Middle.hs
@@ -4,7 +4,8 @@
 
 	-- * ENUMERATE, PROPERTIES AND FEATURES
 
-	enumerate, P, getProperties, Properties(..), getFeatures,
+	enumerate, P, getProperties, Properties(..), SparseProperties(..),
+	getFeatures,
 
 	-- ** Get Properties 2
 
diff --git a/src/Gpu/Vulkan/PhysicalDevice/Middle/Internal.hsc b/src/Gpu/Vulkan/PhysicalDevice/Middle/Internal.hsc
--- a/src/Gpu/Vulkan/PhysicalDevice/Middle/Internal.hsc
+++ b/src/Gpu/Vulkan/PhysicalDevice/Middle/Internal.hsc
@@ -12,7 +12,8 @@
 
 	-- * ENUMERATE, PROPERTIES AND FEATURES
 
-	enumerate, P(..), getProperties, Properties(..), getFeatures,
+	enumerate, P(..), getProperties, Properties(..), SparseProperties(..),
+	getFeatures,
 
 	-- ** Get Properties 2
 
