summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2013-09-10 01:26:35 +0000
committerGravatar admin <admin@branchable.com>2013-09-10 01:26:35 +0000
commitbfb4ceef5739fe224380e8325f3d2659640f2ad0 (patch)
treedec4efdd837ff460649fcf7e069707cec3a150d2 /doc/install
parent93da18be2800d662afe1c6fe253501855a721adb (diff)
share the results for my search for binary packages
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/cabal.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/install/cabal.mdwn b/doc/install/cabal.mdwn
index 6c5c0d4c6..1e4470833 100644
--- a/doc/install/cabal.mdwn
+++ b/doc/install/cabal.mdwn
@@ -40,3 +40,13 @@ you want, and use cabal as follows inside its source tree:
cabal configure
cabal build
cabal install --bindir=$HOME/bin
+
+## installing some binary dependencies
+
+Some binary dependencies can be installed by hand. This saves compilation time because `cabal` will find those packages and use them as is:
+
+ apt-get install libghc-mtl-dev libghc-missingh-dev libghc-hslogger-dev libghc-pcre-light-dev libghc-sha-dev libghc-regex-tdfa-dev libghc-dataenc-dev libghc-utf8-string-dev libghc-hs3-dev libghc-quickcheck2-dev libghc-monad-control-dev libghc-monadcatchio-transformers-dev libghc-unix-compat-dev libghc-dlist-dev libghc-uuid-dev libghc-json-dev libghc-aeson-dev libghc-ifelse-dev libghc-bloomfilter-dev libghc-edit-distance-dev libghc-extensible-exceptions-dev libghc-stm-dev libghc-dbus-dev libghc-case-insensitive-dev libghc-http-types-dev libghc-blaze-builder-dev libghc-crypto-api-dev libghc-network-multicast-dev libghc-network-info-dev libghc-safesemaphore-dev libghc-network-protocol-xmpp-dev libghc-gnutls-dev libghc-async-dev libghc-http-dev libghc-feed-dev
+
+Those may also be available at the right version if you are running sid or jessie:
+
+ apt-get install libghc-yesod-dev libghc-yesod-static-dev libghc-yesod-default-dev libghc-warp-dev libghc-wai-dev libghc-wai-logger-dev libghc-hamlet-dev libghc-clientsession-dev libghc-dav-dev libghc-extensible-exceptions-dev libghc-hinotify-dev