uuid 1.0.0 → 1.0.1
raw patch · 4 files changed
+7/−23 lines, 4 filesdep ~Cryptodep ~basedep ~binary
Dependency ranges changed: Crypto, base, binary, bytestring, maccatcher, random, time
Files
- CONTRIBUTORS +0/−5
- Data/UUID/Internal.hs +5/−0
- Demo.hs +0/−16
- uuid.cabal +2/−2
− CONTRIBUTORS
@@ -1,5 +0,0 @@-In order of appearance:--Antoine Latter-Jason Dusek-Tim Newsham
Data/UUID/Internal.hs view
@@ -29,7 +29,12 @@ import Data.List (splitAt, foldl', unfoldr) import Data.Typeable++#if __GLASGOW_HASKELL__ >= 610+import Data.Data+#else import Data.Generics.Basics+#endif import Foreign.Ptr import Foreign.Storable
− Demo.hs
@@ -1,16 +0,0 @@---- timing demo--import Data.UUID-import System.Random--newUUID :: IO UUID-newUUID = randomIO--count = 300000--main = sequence_ $ replicate count $ do- x <- newUUID- y <- newUUID- seq (x == y) $ return ()-
uuid.cabal view
@@ -1,5 +1,5 @@ Name: uuid-Version: 1.0.0+Version: 1.0.1 Copyright: (c) 2008 Antoine Latter Author: Antoine Latter Maintainer: aslatter@gmail.com@@ -8,7 +8,7 @@ Category: Data Build-Type: Simple-Cabal-Version: >= 1.2+Cabal-Version: >= 1.2.3 Description: This library is useful for creating, comparing, parsing and