diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-11 13:09:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-11 13:38:08 -0400 |
commit | 2fd3fde8b28fd5e188090ecd975122d6c3984396 (patch) | |
tree | deab5bc5df01dd0bb16ca55663f3728f7168400e /debian/control | |
parent | 264bd9ebe37855d4005022df057da13ec8080afb (diff) |
added a runTimeout function
This adds a dep on haskell's async library, but since that's been
added to the recent haskell platform release, it should not be
much hardship to my poor long-suffering library chasing users.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 61738c4d3..00ab576bd 100644 --- a/debian/control +++ b/debian/control @@ -42,6 +42,7 @@ Build-Depends: libghc-network-protocol-xmpp-dev (>= 0.4.3-2), libghc-gnutls-dev (>= 0.1.4), libghc-xml-types-dev, + libghc-async-dev, ikiwiki, perlmagick, git, |