summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-11 17:21:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-11 17:21:12 -0400
commit16c3e2bcd4e6aa67dd8bad95069d8d1f57a96b3a (patch)
tree60531706b74f85555a7ab7d5cae2651164a0ee66
parent19ba07456f14db4aacf41be18673a06c9a04fa17 (diff)
add unix-compat to deps
-rw-r--r--debian/control1
-rw-r--r--doc/install/fromscratch.mdwn1
2 files changed, 2 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,
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn
index cf8f95c4f..2112a01f0 100644
--- a/doc/install/fromscratch.mdwn
+++ b/doc/install/fromscratch.mdwn
@@ -48,6 +48,7 @@ quite a lot.
* [xml-types](http://hackage.haskell.org/package/xml-types)
* [async](http://hackage.haskell.org/package/async)
* [HTTP](http://hackage.haskell.org/package/HTTP)
+ * [unix-compat](http://hackage.haskell.org/package/unix-compat)
* Shell commands
* [git](http://git-scm.com/)
* [xargs](http://savannah.gnu.org/projects/findutils/)