diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-11 17:21:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-11 17:21:12 -0400 |
commit | 16c3e2bcd4e6aa67dd8bad95069d8d1f57a96b3a (patch) | |
tree | 60531706b74f85555a7ab7d5cae2651164a0ee66 /debian/control | |
parent | 19ba07456f14db4aacf41be18673a06c9a04fa17 (diff) |
add unix-compat to deps
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 a0053d720..f9d27243a 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: libghc-quickcheck2-dev, libghc-monad-control-dev (>= 0.3), libghc-lifted-base-dev, + libghc-unix-compat-dev, libghc-dlist-dev, libghc-uuid-dev, libghc-json-dev, |