# uuid-example


## Synopsis

Simple Data.UUID usage example (Haskell)


## Description

I needed to do some work with v4 and v5 UUIDs. Recording discovery
of how this works in this project.


## Getting source

- Get the source with darcs: `$ darcs get http://hub.darcs.net/dino/uuid-example`
- If you're just looking, [browse the source](http://hub.darcs.net/dino/uuid-example)

And once you have it, building the usual way:

    $ cabal configure
    $ cabal build
    $ cabal run


## Contact

Dino Morelli <[dino@ui3.info](mailto:dino@ui3.info)>