data-standards 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+7/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
ChangeLog.md view
@@ -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
Data/Standards/ISO/Country/Primary/Common.hs view
@@ -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 )
data-standards.cabal view
@@ -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