Now uses the Haskell uuid library, rather than needing a uuid program.

Been meaning to do this for some time; Android port was last straw.

Note that newer versions of the uuid library have a Data.UUID.V4 that
generates random UUIDs slightly more cleanly, but Debian has an old version
of the library, so I do it slightly round-about.
This commit is contained in:
Joey Hess 2013-02-10 14:52:54 -04:00
parent 8e591d50fd
commit f202d997f4
7 changed files with 15 additions and 14 deletions

1
debian/control vendored
View file

@ -17,6 +17,7 @@ Build-Depends:
libghc-quickcheck2-dev,
libghc-monad-control-dev (>= 0.3),
libghc-lifted-base-dev,
libghc-uuid-dev,
libghc-json-dev,
libghc-ifelse-dev,
libghc-bloomfilter-dev,