diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-06-18 11:33:09 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-06-18 11:33:09 -0700 |
commit | ab390a10ec3bc42c71d8746152acbf3ee7b1595b (patch) | |
tree | f8700679986bf08874192f3c44c9a7fa3d5e4fdb /INSTALL | |
parent | b371e83d7362c6ffc6e4dd98b7288ddd7f23f46a (diff) | |
download | pandoc-ab390a10ec3bc42c71d8746152acbf3ee7b1595b.tar.gz |
Removed old haddock reader code. Add dependency on haddock-library.
This also removes the dependency on alex and happy.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -12,11 +12,7 @@ Quick install ------------- 1. Install the [Haskell platform]. This will give you [GHC] and - the [cabal-install] build tool, as well as `alex` and `happy`. - If you do not use the Haskell platform, you'll need to install - `alex` and `happy` separately: - - cabal install alex happy + the [cabal-install] build tool. 2. Update your package database: |