system-uuid 1.0.1 → 1.0.2
raw patch · 2 files changed
+2/−3 lines, 2 files
Files
- Data/UUID.hs +1/−2
- system-uuid.cabal +1/−1
Data/UUID.hs view
@@ -29,8 +29,7 @@ data UUID = UUID !Word8 !Word8 !Word8 !Word8 !Word8 !Word8 !Word8 !Word8 !Word8 !Word8 !Word8 !Word8 !Word8 !Word8 !Word8 !Word8-instance Eq UUID-instance Ord UUID+ deriving (Eq, Ord) instance Show UUID where show (UUID x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xA xB xC xD xE xF) = printf formatUUID x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xA xB xC xD xE xF
system-uuid.cabal view
@@ -1,5 +1,5 @@ name : system-uuid-version : 1.0.1+version : 1.0.2 category : System license : BSD3 license-file : LICENSE