diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-05 17:50:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-05 17:50:17 -0400 |
commit | 0605e5eaf6e5745e9c81d335ecf56b996a0b28e5 (patch) | |
tree | 9fda48344b080d95de36e43a6410a8710c021fcf /debian/control | |
parent | 16dd73fec52d282baf62a17fe1f8d8566b6dde1e (diff) |
Depend on and use the Haskell SafeSemaphore library, which provides exception-safe versions of SampleVar and QSemN. Thanks, Ben Gamari for an excellent patch set.
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 505ea6ebb..24464f980 100644 --- a/debian/control +++ b/debian/control @@ -39,6 +39,7 @@ Build-Depends: libghc-crypto-api-dev, libghc-network-multicast-dev, libghc-network-info-dev, + libghc-safesemaphore-dev, ikiwiki, perlmagick, git, |