diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-06 09:39:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-06 09:39:15 -0400 |
commit | c34cc0d4a02b120712b9f92d0d7e7df0b57fc473 (patch) | |
tree | b2eea1d8ac48952752c5d2e9f9e510d6aa122028 /debian | |
parent | 10635fea01282eb041fc434e5b1186b0b5a5ae97 (diff) |
try to fix build on hurd, which lacks haskell-network-info
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 32f8a4779..fd3121048 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Build-Depends: libghc-blaze-builder-dev, libghc-crypto-api-dev, libghc-network-multicast-dev, - libghc-network-info-dev, + libghc-network-info-dev [linux-any kfreebsd-any], libghc-safesemaphore-dev, libghc-network-protocol-xmpp-dev (>= 0.4.3-1+b1), libghc-gnutls-dev (>= 0.1.4), |