On Fri, Sep 21, 2012 at 12:30 AM, David Fox wrote:
> I was wondering about this:
>
> -- My goal with this instance was to make it work just enough to do what
> -- I want when used with the HStringTemplate library.
> instance Data UUID where
> toConstr uu = mkConstr uuidType (show uu)
I was wondering about this:
-- My goal with this instance was to make it work just enough to do what
-- I want when used with the HStringTemplate library.
instance Data UUID where
toConstr uu = mkConstr uuidType (show uu) [] (error "fixity")
gunfold _ _ = error "gunfold"
Hi folks,
I'm happy to announce a new point release of the uuid library, 1.2.6:
http://hackage.haskell.org/package/uuid-1.2.6
The 'uuid' package implements most of RFC 4122[1] including random
generation and generation based on hardware MAC addresses.
I haven't announced a point-release in a wh