Updates (not compiling).
[hs-java.git] / JVM / Types.hs
index 18f57ea98594016c6d33321c1c63a1ea39b675bd..9c96144791e4741f10c0c66cd5be416d7c2f75fe 100644 (file)
@@ -128,7 +128,7 @@ data AccessFlag =
   | ACC_NATIVE              -- ^ 0x0100 Implemented in other language
   | ACC_INTERFACE       -- ^ 0x0200 Class is interface
   | ACC_ABSTRACT          -- ^ 0x0400 
-  deriving (Eq, Show, Ord)
+  deriving (Eq, Show, Ord, Enum)
 
 -- | Generic attribute
 data Attribute = Attribute {