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.55
+version:        0.1.0.56
 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/Memory/Enum.hsc b/src/Gpu/Vulkan/Memory/Enum.hsc
--- a/src/Gpu/Vulkan/Memory/Enum.hsc
+++ b/src/Gpu/Vulkan/Memory/Enum.hsc
@@ -17,7 +17,7 @@
 #include <vulkan/vulkan.h>
 
 enum "PropertyFlagBits" ''#{type VkMemoryPropertyFlagBits}
-		[''Show, ''Eq, ''Storable, ''Bits] [
+		[''Show, ''Eq, ''Storable, ''Bits, ''FiniteBits] [
 	("PropertyFlagsZero", 0),
 	("PropertyDeviceLocalBit",
 		#{const VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT}),
