diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-10 14:52:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-10 14:52:54 -0400 |
commit | 516d4899d3ea7e12ee9b408160b36190b8c2d3f2 (patch) | |
tree | ad34ef74d632b07a20b6dec6850d5b9e4a14b289 /git-annex.cabal | |
parent | 9b7a1ea41832f30e4d2f707a02df34ccedfcb69f (diff) |
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.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 24fc251ee..f9c0065c6 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -60,7 +60,7 @@ Executable git-annex pcre-light, extensible-exceptions, dataenc, SHA, process, json, base (>= 4.5 && < 4.8), monad-control, transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process, - SafeSemaphore + SafeSemaphore, UUID -- Need to list these because they're generated from .hsc files. Other-Modules: Utility.Touch Utility.Mounts Include-Dirs: Utility |