Revision 74685117

b/INSTALL
192 192
- `vector <http://hackage.haskell.org/package/vector>`_
193 193
- `snap-server` <http://hackage.haskell.org/package/snap-server>`_, version
194 194
  0.8.1 and above.
195
- `process <http://hackage.haskell.org/package/process>`_, version 1.0.1.1 and
196
  above
195 197

  
196 198
These libraries are available in Debian Wheezy (but not in Squeeze), so you
197 199
can use either apt::
b/configure.ac
566 566
                   [MONITORING_PKG="$MONITORING_PKG attoparsec"])
567 567
  AC_GHC_PKG_CHECK([snap-server], [],
568 568
                   [MONITORING_PKG="$MONITORING_PKG snap-server"])
569
  AC_GHC_PKG_CHECK([process], [],
570
                   [MONITORING_PKG="$MONITORING_PKG process"])
569 571
  MONITORING_DEP=
570 572
  if test "$has_confd" = False; then
571 573
    MONITORING_DEP="$MONITORING_DEP confd"
......
615 617
#        of the checks.
616 618
AC_GHC_PKG_CHECK([attoparsec], [], [HS_NODEV=1])
617 619
AC_GHC_PKG_CHECK([vector], [], [HS_NODEV=1])
620
AC_GHC_PKG_CHECK([process], [],
621
                 [MONITORING_PKG="$MONITORING_PKG process"])
618 622
if test -n "$HS_NODEV"; then
619 623
   AC_MSG_WARN(m4_normalize([Required development modules were not found,
620 624
                             you won't be able to run Haskell unittests]))
b/devel/build_chroot
123 123
    MonadCatchIO-transformers==0.2.2.0 mtl==2.0.1.0 \
124 124
    hashable==1.1.2.0 case-insensitive==0.3 parsec==3.0.1 \
125 125
    network==2.3 snap-server==0.8.1 \
126
    hinotify==0.3.2
126
    hinotify==0.3.2 \
127
    process==1.0.1.2
128

  
127 129

  
128 130
#Python development tools
129 131
in_chroot -- \

Also available in: Unified diff