system-uuid 2.1.0 → 2.1.1
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- Data/UUID.hs +1/−0
- system-uuid.cabal +1/−1
Data/UUID.hs view
@@ -51,6 +51,7 @@ b = concat . (`replicate` "%02.2x%02.2x") instance Read UUID where readPrec = lift $ do+ skipSpaces [x0,x1,x2,x3] <- count 4 byte char '-' [x4,x5] <- count 2 byte
system-uuid.cabal view
@@ -1,5 +1,5 @@ name : system-uuid-version : 2.1.0+version : 2.1.1 category : System license : BSD3 license-file : LICENSE