diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for data-standards
 
+## 0.1.0.2
+
+* Added instance declarations for 'Status'
+
 ## 0.1.0.1
 
 * "Data.Standards.ISO.Country.Primary" now reexports the types unqualified
diff --git a/Data/Standards/ISO/Country/Primary/Common.hs b/Data/Standards/ISO/Country/Primary/Common.hs
--- a/Data/Standards/ISO/Country/Primary/Common.hs
+++ b/Data/Standards/ISO/Country/Primary/Common.hs
@@ -30,3 +30,4 @@
     -- referred to has been reassigned or no longer exists, and so (unless it's
     -- 'Numeric') it may be reused at any point.
     | Withdrawn
+  deriving ( Eq, Show, Read, Ord, Enum, Bounded )
diff --git a/data-standards.cabal b/data-standards.cabal
--- a/data-standards.cabal
+++ b/data-standards.cabal
@@ -3,7 +3,7 @@
 category:           Data
 synopsis:           A collection of standards representable by simple data types.
 
-version:            0.1.0.1
+version:            0.1.0.2
 stability:          provisional
 maintainer:         ag.eitilt@gmail.com
 
@@ -30,7 +30,7 @@
 source-repository this
   type:             git
   location:         git://github.com/ag-eitilt/data-standards.git
-  tag:              v0.1.0.1
+  tag:              v0.1.0.2
 
 library
   exposed-modules:  Data.Standards.ISO.Country.Primary
