haskell-hvr / uuid

A Haskell library for creating, printing and parsing UUIDs
http://hackage.haskell.org/package/uuid
61 stars 38 forks source link

Data.UUID.V1 MAC number should be configurable #52

Open kaol opened 4 years ago

kaol commented 4 years ago

Systems can have multiple non-trivial MAC addresses. There should be an option to choose which one to use in UUID V1 generation, instead of taking the first one which getNetworkInterfaces returns.