diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-26 13:40:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-26 13:41:33 -0400 |
commit | 1119cc2f38e032a4ebb786f023c281ee40fe2d0f (patch) | |
tree | 58ae20311671821f0e4a91f0389e1e9645cfd3c9 /debian/control | |
parent | 425b6fca0046d6fb8ddd8a8a4f2bd77fef52c25d (diff) |
Add build dep on regex-compat to fix build on mipsel, which lacks regex-tdfa.
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 067c2ab67..bcb51d935 100644 --- a/debian/control +++ b/debian/control @@ -52,6 +52,7 @@ Build-Depends: libghc-http-dev, libghc-feed-dev, libghc-regex-tdfa-dev [!mipsel !s390], + libghc-regex-compat-dev [mipsel s390], libghc-tasty-dev (>= 0.7) [!mipsel !sparc], libghc-tasty-hunit-dev [!mipsel !sparc], libghc-tasty-quickcheck-dev [!mipsel !sparc], |