From e87085016f9a0c26eb3016d941ecfa7043165a93 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sun, 29 Oct 2017 14:59:04 -0700
Subject: [PATCH] INSTALL - removed "building the whole pandoc ecosystem."

This is irrelevant now with stack allowing us to depend
on arbitrary git commits.
---
 INSTALL.md | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index ad315a3d0..c4ccf743f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -319,29 +319,6 @@ To run just the markdown benchmarks:
 
     cabal bench --benchmark-options='markdown'
 
-### Building the whole pandoc ecosystem
-
-Sometimes pandoc's development code depends on unreleased versions
-of dependent libraries.  You'll need to build these as well.  A
-maximal build method would be
-
-    mkdir pandoc-build
-    cd pandoc-build
-    git clone https://github.com/jgm/pandoc-types
-    git clone https://github.com/jgm/texmath
-    git clone https://github.com/jgm/pandoc-citeproc
-    git clone https://github.com/jgm/pandoc
-    git clone https://github.com/jgm/cmark-hs
-    git clone https://github.com/jgm/zip-archive
-    cd pandoc
-    stack install --test --install-ghc --stack-yaml stack.full.yaml
-
-To pull in the latest changes, after you've done this and there have been
-changes in the repositories:  Visit each repository in pandoc-build
-(pandoc-types, texmath, pandoc-citeproc, pandoc, zip-archive, cmark-hs) and do
-`git pull`.  In the pandoc repo, also do `stack install --test
---stack-yaml stack.full.yaml`.
-
 
 [Arch]: https://www.archlinux.org/packages/community/x86_64/pandoc/
 [Cabal User's Guide]: http://www.haskell.org/cabal/release/latest/doc/users-guide/builders.html#setup-configure-paths