summaryrefslogtreecommitdiff
path: root/p/haskell-posix-pty
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-05-05 14:19:13 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-05-05 14:19:13 -0700
commitea1f8250f2d74aee04aa090fe912083ce9fef4db (patch)
treecb34bdd5b14ce6d81d9699cc590644762b635000 /p/haskell-posix-pty
parente1e70c3934215127b1791e024bd86d97d0d6631c (diff)
downloadDHG_packages-ea1f8250f2d74aee04aa090fe912083ce9fef4db.tar.gz
posix-pty: add missing extra lib to Depends:
Diffstat (limited to 'p/haskell-posix-pty')
-rw-r--r--p/haskell-posix-pty/debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/haskell-posix-pty/debian/control b/p/haskell-posix-pty/debian/control
index 8f73af03f..560e4b181 100644
--- a/p/haskell-posix-pty/debian/control
+++ b/p/haskell-posix-pty/debian/control
@@ -20,7 +20,8 @@ X-Description: Pseudo terminal interaction with subprocesses.
Package: libghc-posix-pty-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends: libutil-dev,
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends: ${haskell:Recommends},