diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-26 15:08:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-26 15:08:41 -0400 |
commit | 0bf6d84f384154874820d5e2799f6f71edb0fc28 (patch) | |
tree | b5d0313fc326638754f8cf48284e31baf63b6833 /debian/control | |
parent | 6d4ba2f84b90222c8cfda0fbc435beb51d3849c3 (diff) |
Work around failure to build on mips by using cabal, not Setup, to build in debian/rules.
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 91747c417..b2f7d8cca 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Build-Depends: debhelper (>= 9), ghc (>= 7.4), + cabal-install, libghc-mtl-dev (>= 2.1.1), libghc-missingh-dev, libghc-data-default-dev, |